Skip to content

Commit bac4e36

Browse files
committed
rm unused fd shmem code
1 parent 337f0d1 commit bac4e36

12 files changed

Lines changed: 45 additions & 1856 deletions

.buildkite/pipeline.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -773,17 +773,6 @@ steps:
773773
agents:
774774
slurm_gpus: 1
775775

776-
- label: "Unit: FD operator (shmem)"
777-
key: unit_fd_operator_shmem
778-
retry: *retry_policy
779-
command:
780-
- "julia --color=yes --check-bounds=yes --project=.buildkite test/Operators/finitedifference/unit_fd_ops_shared_memory.jl"
781-
- "julia --color=yes --project=.buildkite test/Operators/finitedifference/benchmark_fd_ops_shared_memory.jl"
782-
env:
783-
CLIMACOMMS_DEVICE: "CUDA"
784-
agents:
785-
slurm_gpus: 1
786-
787776
- label: "Unit: gpu columnwise"
788777
key: unit_gpu_columnwise
789778
retry: *retry_policy

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ withenv("GKSwstype" => "nul") do
106106
"Developer docs" => [
107107
"Developer Guides" => "dev_guides.md",
108108
"Performance tips" => "performance_tips.md",
109-
"Shared memory design" => "shmem_design.md",
110109
],
111110
"Tutorials" => [
112111
joinpath("tutorials", tutorial * ".md") for

docs/src/shmem_design.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

docs/src/shmem_diagram_example.png

-215 KB
Binary file not shown.

ext/ClimaCoreCUDAExt.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ include(joinpath("cuda", "operators_integral.jl"))
3030
include(joinpath("cuda", "remapping_interpolate_array.jl"))
3131
include(joinpath("cuda", "limiters.jl"))
3232
include(joinpath("cuda", "operators_sem_shmem.jl"))
33-
include(joinpath("cuda", "operators_fd_shmem_common.jl"))
34-
include(joinpath("cuda", "operators_fd_shmem.jl"))
3533
include(joinpath("cuda", "operators_columnwise.jl"))
3634
include(joinpath("cuda", "matrix_fields_single_field_solve.jl"))
3735
include(joinpath("cuda", "matrix_fields_multiple_field_solve.jl"))

0 commit comments

Comments
 (0)