CUDA 11.0: Where's the cuBLAS sample code?

Hi There,

I’m new to cuBLAS (and BLAS in general). I’m using CUDA 11.0. Where can I find some meaty example code to kick the tires and learn a little more how to use it? The cuBLAS code sample doesn’t seem to do much (simpleCUBLAS).

Thanks!

There are multiple CUDA sample codes that use CUBLAS (besides simpleCUBLAS), and there are other CUBLAS codes littered all over this forum as well as other public forums like SO.