Sign in
dawn
/
dawn
/
8094ad137352ceb61fe4a957652cae2390c7ee76
/
.
/
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
;
}