[llvm] [NVPTX] Add support for atomic add for f16 type (PR #84295)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 10:36:02 PDT 2024


================
@@ -0,0 +1,28 @@
+; RUN: llc < %s -march=nvptx -mcpu=sm_70 -mattr=+ptx63 | FileCheck %s
----------------
Artem-B wrote:

For this test it might be convenient to autogenerate the checks with llvm/utils/update_test_checks.py

https://github.com/llvm/llvm-project/pull/84295


More information about the llvm-commits mailing list