Skip to content

Commit

Permalink
fix: fix for PRs
Browse files Browse the repository at this point in the history
Signed-off-by: YdrMaster <ydrml@hotmail.com>
  • Loading branch information
YdrMaster committed Jan 31, 2024
1 parent 237c494 commit 9169f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/02hardware/src/devices/mlu/device.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ namespace refactor::hardware {
Mlu::Mlu(int32_t card) : Device(card, bangMemory(card)) {}

void Mlu::setContext() const noexcept {
#ifdef USE_BANG
setDevice(_card);
#endif
}

}// namespace refactor::hardware
1 change: 0 additions & 1 deletion src/04kernel/cuda/src/pad.cu
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ namespace refactor::kernel::cuda {
unsigned int rank,
unsigned int blockSize) {


padKernel<<<
params.gridSize,
params.blockSize,
Expand Down

0 comments on commit 9169f5f

Please sign in to comment.