CHIP-SPV / chipStar

chipStar is a tool for compiling and running HIP/CUDA on SPIR-V via OpenCL or Level Zero APIs.
Other
182 stars 29 forks source link

Fix tests were unintentinally skipped #764

Closed linehill closed 7 months ago

linehill commented 7 months ago

Fix tests under tests/runtime/ were unintentinally skipped in debug builds due to word "SKIP" appearing in the chipStar's debug prints. More specifically, the tests were skipped due to CHIP debug ... : CHIP_SKIP_UNINIT=... messages.

Fixed the issue by changing the skipping logic to be exit code based.