Live data from Hacker News

FP8 is ~100 tflops faster when the kernel name has "cutlass" in it

twitter.com

1–10 of 114 posts

Re: FP8 is ~100 tflops faster when the kernel name has "cutlass" in it

#9
post #8
post #3

GenuineIntel 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

#10
In `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?
Post reply on HN