Skip to content

Commit b01a286

Browse files
Temporarily disable FD shmem (#2251)
1 parent cc9f859 commit b01a286

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ext/cuda/operators_finite_difference.jl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ function Base.copyto!(
4646

4747
# TODO: Use CUDA.limit(CUDA.LIMIT_SHMEM_SIZE) to determine how much shmem should be used
4848
# TODO: add shmem support for masked operations
49-
if Operators.any_fd_shmem_supported(bc) &&
50-
!high_resolution &&
51-
mask isa NoMask &&
52-
enough_shmem
49+
# if Operators.any_fd_shmem_supported(bc) &&
50+
# !high_resolution &&
51+
# mask isa NoMask &&
52+
# enough_shmem
53+
if false
5354
p = fd_stencil_partition(us, n_face_levels)
5455
args = (
5556
strip_space(out, space),

0 commit comments

Comments
 (0)