temp solution for bf16 compilation error

This commit is contained in:
Muhammed Emin Ozturk
2025-02-26 19:50:24 -06:00
parent d7579321c5
commit f45f5278de

View File

@@ -212,8 +212,8 @@ struct DynamicBuffer
}
// else
// {
// // // For other types, direct addition is fine
// // this->template Set<X>(i, is_valid_element, x + tmp);
// // For other types, direct addition is fine
// this->template Set<X>(i, is_valid_element, x + tmp);
// }
}
}