|
|
|
|
|
by blelbach
2095 days ago
|
|
"cu" is a pretty common prefix for CUDA libraries. cuBLAS, cuTENSOR, CUTLASS, CUB, etc. It gets worse if you try to spell libcu++ without pluses: libcuxx
libcupp (I didn't hate this one but my team disliked it). We settled on `libcudacxx` as the alphanumeric-only spelling. |
|