Skip to content

Commit 2740c25

Browse files
committed
Final compile fix.
1 parent 4db646e commit 2740c25

4 files changed

Lines changed: 971 additions & 964 deletions

File tree

pygpu/gpuarray.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ def init(dev, sched='default', single_stream=False, kernel_cache_path=None,
642642
if kernel_cache_path:
643643
kernel_cache_path_b = _s(kernel_cache_path)
644644
gpucontext_props_kernel_cache(p, <const char *>kernel_cache_path_b)
645-
gpucontext_props_alloc_cache(p, max_cache_size, initial_cache_size)
645+
gpucontext_props_alloc_cache(p, initial_cache_size, max_cache_size)
646646
if single_stream:
647647
gpucontext_props_set_single_stream(p);
648648
except:

0 commit comments

Comments
 (0)