ROCm / MIOpen

AMD's Machine Intelligence Library
https://rocm.docs.amd.com/projects/MIOpen/en/latest/
Other
1.09k stars 230 forks source link

[TEST] forbid GPU tests without explicit datatypes #3282

Closed CAHEK7 closed 2 months ago

CAHEK7 commented 2 months ago

There is only one test which mixed different datatypes and thus had _NONE datatype suffix.

All _NONE tests must be CPU only unless we have significant reason to add GPU type agnostic tests.

It's a part of CPU-only stage for CI.