Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 8dc779e

Browse files
rampitecronlieb
authored andcommitted
Split dot7 feature
Change-Id: I17e66595cabe30575100ce9f82957f11a2164c4e
1 parent 4d8e283 commit 8dc779e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ockl/src/dots.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#pragma OPENCL EXTENSION cl_khr_fp16 : enable
1313

14-
__attribute__((target("dot7-insts"), const)) static float amdgcn_fdot2(half2 a, half2 b, float c, bool s)
14+
__attribute__((target("dot10-insts"), const)) static float amdgcn_fdot2(half2 a, half2 b, float c, bool s)
1515
{ if (s) return __builtin_amdgcn_fdot2(a, b, c, true);
1616
else return __builtin_amdgcn_fdot2(a, b, c, false); }
1717

0 commit comments

Comments
 (0)