Change HIP to use default GPU_ENABLE_PAL=0 (Rocr backend)#6713
Conversation
❌ PR Check — Action Required
📖 Need help? See the Policy FAQ for details on every check and how to fix failures. |
|
🚫 Please fix the failed policies before requesting reviews. The following policy checks failed:
The |
|
What's the plan here? I see that this is a draft PR, but this (using PAL vs ROCR on Windows) looks like it should be using a feature flag:
cc @astyrrian1 |
This is to test ROCr backend as default at runtime. Changes here make sure components use GPU_ENABLE_PAL=0 env variable correctly to validate ROCr backend. |
Motivation
Use Rocr backend for HIP/OCL
Includes rocm-systems PR which changes default to use ROCr
ROCm/rocm-systems#8900
Technical Details
Use Rocr backend for HIP/OCL
Test Plan
All Rock tests pass and all hip-tests pass
Test Result
All Rock tests pass and all hip-tests pass
Submission Checklist