Sign in
dawn
/
dawn
/
1ddb39c14b3aff8d9099e75bebb1ed3efa75a46b
/
.
/
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
;
}