Skip to content

Commit

Permalink
Tweak cuda and rocm version
Browse files Browse the repository at this point in the history
  • Loading branch information
pfxuan committed Mar 6, 2024
1 parent 5b5804a commit ee96365
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/hip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [ubuntu-22.04] # [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
arch: [x64] # [x64, x86]
torch-version: [2.2.1] # [1.12.0, 1.13.0, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1]
cuda-version: [12.1.1] # [12.3.2, 12.3.1, 12.1.1, 11.8.0, 11.7.1, 11.6.2, 11.5.2,11.4.4, 11.3.1, 11.2.2, 11.1.1, 11.0.3, cpu]
cuda-version: [11.8.0] # [12.3.2, 12.3.1, 12.1.1, 11.8.0, 11.7.1, 11.6.2, 11.5.2,11.4.4, 11.3.1, 11.2.2, 11.1.1, 11.0.3, cpu]
rocm-version: [5.6.1] # [5.4.2, 5.6.1, 5.7.3, 6.0.1, 6.0.2]
llvm-version: [16] # [12, 13, 14, 15, 16, 17]
cmake-build-type: [Release] # [Debug, ClangTidy]
Expand Down Expand Up @@ -158,9 +158,6 @@ jobs:
find /opt/rocm -name __clang_cuda_runtime_wrapper.h
ls /opt/rocm/llvm/lib/clang
sudo ln -s /opt/rocm/llvm/lib/clang/16.0.0 /opt/rocm/llvm/lib/clang/16
find /mnt/deps/libtorch -name cuda.h
find /opt/rocm-5.6.1 -name cuda.h
find /usr/local/cuda-12.1 -name cuda.h
hipify-clang -v ./vendor/gsplat/backward.cu ./vendor/gsplat/bindings.cu ./vendor/gsplat/forward.cu \
--cuda-path=${CUDA_HOME} \
Expand All @@ -170,10 +167,6 @@ jobs:
-I ${CUDA_HOME}/targets/x86_64-linux/include \
-I ./vendor/gsplat \
--print-stats -- -include ./vendor/gsplat/noinline.h -std=c++17
# -I /mnt/deps/libtorch/include/torch/csrc/api/include/torch \
# -I /opt/rocm/include \
# -I /usr/lib/llvm-15/lib/clang/15.0.7/include \

- name: Clean Compiler Cache
run: |
Expand Down

0 comments on commit ee96365

Please sign in to comment.