Sign in
dawn
/
dawn
/
012551ad6f7f23d8f885429bc1f3a1c399dcd32a
/
.
/
test
/
tint
/
builtins
/
compute_subgroup_inclusive.wgsl.expected.msl
blob: 22d45d42440d714a14c6ee992f9df24f4026c0f8 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
float
const
val
=
2.0f
;
float
const
subadd
=
simd_prefix_inclusive_sum
(
val
);
float
const
submul
=
simd_prefix_inclusive_product
(
val
);
return
;
}