diff --git a/.github/workflows/hip.yml b/.github/workflows/hip.yml index 8685e0b..aeb061d 100644 --- a/.github/workflows/hip.yml +++ b/.github/workflows/hip.yml @@ -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] @@ -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} \ @@ -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: |