You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// For now, only half_t is supported. TF32 is WIP.
// Instantiate the function template for different HEADDIMS.
// For now, only half_t is supported. TF32 is WIP.
if (kHeadSize == 64) {
testFmhaForward<cutlass::half_t, 64>(seqLength, seqLength, numHeads,
batchSize, iterations, refCheck,
printValues, nStreams);
Why only half_t is supported?
The text was updated successfully, but these errors were encountered:
hxdtest
changed the title
If bfloat16 going to be supportted?
Is bfloat16 going to be supportted?
Aug 14, 2024
Why
only half_t is supported
?The text was updated successfully, but these errors were encountered: