[PATCH] D80698: Ignore MLIRGPUtoCUDATransforms in the MLIRTestTransforms library when the NVPTX target is disabled

Pavel Samolysov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 08:39:53 PDT 2020


psamolysov added a comment.

@ftynse Thank you for your comment. As I see, ROCM and CUDA support has been merged into the MLIRGPUtoGPURuntimeTransforms library and when I have neither CUDA nor AMDGPU, the library still be built but without being linked with the CUDA and/or AMDGPU targets. So, I see I'm a bit late and my patch is not required :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80698/new/

https://reviews.llvm.org/D80698





More information about the llvm-commits mailing list