Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -773,17 +773,6 @@ steps:
agents:
slurm_gpus: 1

- label: "Unit: FD operator (shmem)"
key: unit_fd_operator_shmem
retry: *retry_policy
command:
- "julia --color=yes --check-bounds=yes --project=.buildkite test/Operators/finitedifference/unit_fd_ops_shared_memory.jl"
- "julia --color=yes --project=.buildkite test/Operators/finitedifference/benchmark_fd_ops_shared_memory.jl"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus: 1

- label: "Unit: gpu columnwise"
key: unit_gpu_columnwise
retry: *retry_policy
Expand Down
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ withenv("GKSwstype" => "nul") do
"Developer docs" => [
"Developer Guides" => "dev_guides.md",
"Performance tips" => "performance_tips.md",
"Shared memory design" => "shmem_design.md",
],
"Tutorials" => [
joinpath("tutorials", tutorial * ".md") for
Expand Down
74 changes: 0 additions & 74 deletions docs/src/shmem_design.md

This file was deleted.

Binary file removed docs/src/shmem_diagram_example.png
Binary file not shown.
2 changes: 0 additions & 2 deletions ext/ClimaCoreCUDAExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ include(joinpath("cuda", "operators_integral.jl"))
include(joinpath("cuda", "remapping_interpolate_array.jl"))
include(joinpath("cuda", "limiters.jl"))
include(joinpath("cuda", "operators_sem_shmem.jl"))
include(joinpath("cuda", "operators_fd_shmem_common.jl"))
include(joinpath("cuda", "operators_fd_shmem.jl"))
include(joinpath("cuda", "operators_columnwise.jl"))
include(joinpath("cuda", "matrix_fields_single_field_solve.jl"))
include(joinpath("cuda", "matrix_fields_multiple_field_solve.jl"))
Expand Down
Loading
Loading