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 bf31525 commit 9e9b9d9Copy full SHA for 9e9b9d9
examples/cuda_matmul_opt.py
@@ -293,7 +293,7 @@ def matmul_mod():
293
if "shared" in kernel_name:
294
shared_mem = 2 * BLOCK_SIZE * BLOCK_SIZE * npy_dtype().nbytes
295
else:
296
- shared_mem = None
+ shared_mem = 0
297
298
cuda_func(
299
grid_dims,
requirements.txt
@@ -5,4 +5,4 @@ bytecode
5
inflection
6
numpy
7
astunparse
8
-cloudpickle
+cloudpickle>=3.0.0
0 commit comments