You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# CuPy already sets the --gpu-architecture by itself, as per https://github.com/cupy/cupy/blob/20ccd63c0acc40969c851b1917dedeb032209e8b/cupy/cuda/compiler.py#L145
128
+
# CuPy already sets the --gpu-architecture by itself, as per https://github.com/cupy/cupy/blob/main/cupy/cuda/compiler.py#L145
Copy file name to clipboardExpand all lines: kernel_tuner/core.py
+2-50
Original file line number
Diff line number
Diff line change
@@ -340,62 +340,14 @@ def __init__(
340
340
ifnotquiet:
341
341
print("Using: "+self.dev.name)
342
342
343
-
iflang.upper() notin ['OPENCL', 'C', 'FORTRAN']:
344
-
# flush the L2 cache, inspired by https://github.com/pytorch/FBGEMM/blob/eb3c304e6c213b81f2b2077813d3c6d16597aa97/fbgemm_gpu/bench/verify_fp16_stochastic_benchmark.cu#L130
0 commit comments