This commit is contained in:
louisfd 2024-07-13 14:28:56 -04:00
parent 32f05968b3
commit d0abd05395
1 changed files with 2 additions and 2 deletions

View File

@ -87,9 +87,9 @@ impl CompilerRepresentation for ComputeShader {
impl Display for ComputeShader {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
if self.wmma_activated {
// if self.wmma_activated {
f.write_str("#include <mma.h>\nusing namespace nvcuda;\n")?;
}
//}
f.write_fmt(format_args!(
"