We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3c71d commit 817cc8fCopy full SHA for 817cc8f
src/02hardware/src/devices/mlu/device.cc
@@ -25,7 +25,9 @@ namespace refactor::hardware {
25
Mlu::Mlu(int32_t card) : Device(card, bangMemory(card)) {}
26
27
void Mlu::setContext() const noexcept {
28
+#ifdef USE_BANG
29
setDevice(_card);
30
+#endif
31
}
32
33
}// namespace refactor::hardware
src/04kernel/cuda/src/pad.cu
@@ -46,7 +46,6 @@ namespace refactor::kernel::cuda {
46
unsigned int rank,
47
unsigned int blockSize) {
48
49
-
50
padKernel<<<
51
params.gridSize,
52
params.blockSize,
0 commit comments