Skip to content

Commit

Permalink
Verify that all O2 GPU libraries were built and all backends enabled …
Browse files Browse the repository at this point in the history
…in FullCI (alisw#5571)
  • Loading branch information
davidrohr authored Aug 10, 2024
1 parent 0e21560 commit 8d4985f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions o2-rtc-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ rm -Rf $BUILDDIR/rtc-test
mkdir $BUILDDIR/rtc-test
pushd $BUILDDIR/rtc-test

type $O2_ROOT/lib/libO2GPUTrackingCUDA.so
type $O2_ROOT/lib/libO2GPUTrackingHIP.so
type $O2_ROOT/lib/libO2GPUTrackingOCL.so
type $O2_ROOT/lib/libO2GPUTrackingOCL2.so

#o2-gpu-standalone-benchmark --noEvents -g --gpuType CUDA --RTCenable 1 --RTCcacheOutput 0 --RTCoptConstexpr 1 --RTCcompilePerKernel 1 --RTCrunTest 2
o2-gpu-standalone-benchmark --noEvents -g --gpuType HIP --RTCenable 1 --RTCcacheOutput 0 --RTCoptConstexpr 1 --RTCcompilePerKernel 1 --RTCrunTest 2

Expand Down

0 comments on commit 8d4985f

Please sign in to comment.