Skip to content
Snippets Groups Projects
Commit a71e0d31 authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Temporarily change default CUDA block size for CUDA jit

parent 5caafdd0
Branches
Tags
1 merge request!438Reduction Support
......@@ -242,7 +242,7 @@ class CupyKernelWrapper(KernelWrapper):
class CupyJit(JitBase):
def __init__(self, default_block_size: Sequence[int] = (128, 2, 1)):
def __init__(self, default_block_size: Sequence[int] = (128, 1, 1)):
self._runtime_headers = {"<cstdint>"}
if len(default_block_size) > 3:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment