Hi, I’m trying to find a working example of cuBlasLt, but haven’t come across one. The only code I can see that uses it is in the cuBLAS documentation, but there is nothing in the samples folder. When I tried to modify the one in the docs to work with complex fp16 tensor core support, I kept getting an error on cublasLtMatmulAlgoGetHeuristic saying that the operation was not supported.
I answered you question on the other forum page.
Most likely your data is not in the correct layout. Feel free to upload code.
Thanks mnicely! I would never have figured out the planar layout without your example.