Otherwise, if someone specifies a valid AMD arch, we may end up triggering an
assertion on unexpected arch later on.
Current tests didn't catch it because the failure does not get triggered with -###.
Differential D105295
[CUDA] Only allow NVIDIA offload-arch during CUDA compilation. tra on Jul 1 2021, 10:00 AM. Authored by
Details Otherwise, if someone specifies a valid AMD arch, we may end up triggering an Current tests didn't catch it because the failure does not get triggered with -###.
Diff Detail
Unit Tests Event TimelineComment Actions Ugh. I broke the cuda-bad-arch.cu test.
|
HIP tests should've used -x hip. I'll fix the test shortly.