Artem-B wrote:

`__constant__` may not necessarily be `const` for IR purposes. I.e. IR may not 
rely on the 'known' values, as seen in IR, as the data may actually be 
populated by the host via CUDA API calls `cudaMemcpyToSymbol` before the GPU 
kernel launch.

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

Reply via email to