FP8 is ~100 tflops faster when the kernel name has "cutlass" in it
1–10 of 114 posts
Re: FP8 is ~100 tflops faster when the kernel name has "cutlass" in it
#2actual link: https://github.com/triton-lang/triton/pull/7298
Re: FP8 is ~100 tflops faster when the kernel name has "cutlass" in it
#3GenuineIntel moment.
Re: FP8 is ~100 tflops faster when the kernel name has "cutlass" in it
#4is 100 tflops a lot?
Re: FP8 is ~100 tflops faster when the kernel name has "cutlass" in it
#5Intel's quest to move from "trusted by default / the reference" to "check for scam" is getting worse every release. And it's 100% self inflicted. How weird.
Re: FP8 is ~100 tflops faster when the kernel name has "cutlass" in it
#6actual link: https://github.com/triton-lang/triton/pull/7298
Thank you, perhaps the parent can be edited to use this URL instead
Re: FP8 is ~100 tflops faster when the kernel name has "cutlass" in it
#7is 100 tflops a lot?
yea
Re: FP8 is ~100 tflops faster when the kernel name has "cutlass" in it
#8GenuineIntel moment.
I'm interested in that story, what are you referring to with "GenuineIntel"?
Re: FP8 is ~100 tflops faster when the kernel name has "cutlass" in it
#9GenuineIntel moment.
I'm interested in that story, what are you referring to with "GenuineIntel"?
Intel's C++ compiler is known to add branches in its generated code checking if the CPU is "GenuineIntel" and if not use a worse routine: https://en.wikipedia.org/wiki/Intel_C%2B%2B_Compiler#Support....
Re: FP8 is ~100 tflops faster when the kernel name has "cutlass" in it
#10In `libnvidia-nvvm.so` the string `cutlass` appears right after `Memory Dependence Analysis` and `memdep`. Perhaps it acts as an optimization attribute of some sort, where the compiler is allowed to make assumptions about the kernel's behavior that are not valid in general?