pravinjagtap wrote:

This is not being handled for AMDGPU Targets.  @arsenm @yxsamliu @kzhuravl 
@ronlieb 

Is following case correct for AMDGPU Target ? I am not sure about the previous 
state before this change for AMGPU Target.
``` 
...
else if (Triple.getArch() == llvm::Triple::amdgcn) {
      Ok = llvm::is_contained({"small", "kernel", "medium", "large", "tiny"},
                              CM);
 }
...
  ```  

https://github.com/llvm/llvm-project/pull/70262
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to