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 cc9f859 commit b01a286Copy full SHA for b01a286
ext/cuda/operators_finite_difference.jl
@@ -46,10 +46,11 @@ function Base.copyto!(
46
47
# TODO: Use CUDA.limit(CUDA.LIMIT_SHMEM_SIZE) to determine how much shmem should be used
48
# 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
+ # if Operators.any_fd_shmem_supported(bc) &&
+ # !high_resolution &&
+ # mask isa NoMask &&
+ # enough_shmem
53
+ if false
54
p = fd_stencil_partition(us, n_face_levels)
55
args = (
56
strip_space(out, space),
0 commit comments