[flang] [llvm] [Flang][OpenMP][Runtime] Minor Flang runtime for OpenMP AMDGPU (PR #152631)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 8 09:47:44 PDT 2025
================
@@ -23,6 +23,16 @@
#define STD_FILL_N_UNSUPPORTED 1
#endif
+#if !defined(STD_MEMSET_UNSUPPORTED) && \
+ (defined(__CUDACC__) || defined(__CUDA__)) && defined(__CUDA_ARCH__)
+#define STD_MEMSET_UNSUPPORTED 1
----------------
agozillon wrote:
Happy to remove it if we wish, it was to maintain consistency with the rest of the CUDA support below (e.g. memmove) when we added the other bits and pieces, @vzakhari may know better if this is a reasonable addition or not or you of course might as well :-) so please do advise if either of you wish it removed or altered, happy to do so!
https://github.com/llvm/llvm-project/pull/152631
More information about the llvm-commits
mailing list