This revision was automatically updated to reflect the committed changes.
Closed by commit rG434bd5bf5479: [AMDGPU] Add builtin functions
image_bvh_intersect_ray (authored by yaxunl).
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews
yaxunl updated this revision to Diff 355309.
yaxunl added a comment.
Add check for ISA. Add comments about argument types.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104946/new/
https://reviews.llvm.org/D104946
Files:
clang/include/clang/Basic/BuiltinsAMDGPU.def
clang/lib/CodeGe
yaxunl marked an inline comment as done.
yaxunl added inline comments.
Comment at: clang/include/clang/Basic/BuiltinsAMDGPU.def:221-224
+TARGET_BUILTIN(__builtin_amdgcn_image_bvh_intersect_ray,
"V4UiUifV4fV4fV4fV4Ui", "nc", "gfx10-insts")
+TARGET_BUILTIN(__builtin_amdgcn_image_b
yaxunl marked an inline comment as done.
yaxunl added inline comments.
Comment at: clang/include/clang/Basic/BuiltinsAMDGPU.def:221-224
+TARGET_BUILTIN(__builtin_amdgcn_image_bvh_intersect_ray,
"V4UiUifV4fV4fV4fV4Ui", "nc", "gfx10-insts")
+TARGET_BUILTIN(__builtin_amdgcn_image_b
arsenm added inline comments.
Comment at: clang/include/clang/Basic/BuiltinsAMDGPU.def:221-224
+TARGET_BUILTIN(__builtin_amdgcn_image_bvh_intersect_ray,
"V4UiUifV4fV4fV4fV4Ui", "nc", "gfx10-insts")
+TARGET_BUILTIN(__builtin_amdgcn_image_bvh_intersect_ray_h,
"V4UiUifV4fV4hV4hV4U
yaxunl created this revision.
yaxunl added reviewers: arsenm, b-sumner, rampitec.
Herald added subscribers: kerbowa, t-tye, tpr, dstuttard, nhaehnle, jvesely,
kzhuravl.
yaxunl requested review of this revision.
Herald added a subscriber: wdng.
https://reviews.llvm.org/D104946
Files:
clang/incl