Sign in
dawn
/
dawn
/
0f74a3af4075b1f4eb2acf0cc0578e220d1e3fa7
/
.
/
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
;
}