You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a test_hip_tests job that builds the hip-tests `kernel` catch2
unit suite with -DENABLE_SPIRV=ON and runs it via ctest on a gfx942
GPU runner. Prototype scope: just the kernel unit dir to start;
expand to more unit dirs once the SPIR-V baseline is characterized.
hip-tests has first-class SPIR-V support: -DENABLE_SPIRV=ON makes its
own CMake set --offload-arch=amdgcnspirv and gate out cases that can't
run in SPIR-V mode (per-test `if(NOT ENABLE_SPIRV)` blocks). catch2's
catch_discover_tests registers each case with ctest, so we just
configure -> build KernelTest -> ctest -R Kernel.
Reuses the in-pipeline runtime staging tree + manylinux container +
GPU passthrough from the rocm-examples job. Same lib/lib64 + libgcc
runtime-lib flags.
Stacked on the rocm-examples branch (shares the Build job). Will
rebase onto amd-staging once #208 lands. Informational initially.
0 commit comments