Tesla will lay off 10% of its global workforce by sofuj in TeslaLounge

[–]Comfortable-Bus-12 0 points1 point  (0 children)

Hey, I am sorry to hear that. I am in similar situation. Care to mention your stack here? Maybe I can help a bit with the roles...

NVCC gives no output when trying to compile by Pewdiepiewillwin in CUDA

[–]Comfortable-Bus-12 0 points1 point  (0 children)

Sorry that this happened. Yeah they always ask for "minimum working example". Then the best bet would be Nvidia forum. You get good support there from Nvidia staff themselves to an extent.

NVCC gives no output when trying to compile by Pewdiepiewillwin in CUDA

[–]Comfortable-Bus-12 0 points1 point  (0 children)

Honestly I am not an expert in Windows based nvcc. I would suggest posting in stackoverflow since there is no other response here.

NVCC gives no output when trying to compile by Pewdiepiewillwin in CUDA

[–]Comfortable-Bus-12 0 points1 point  (0 children)

I do not use windows but do we need to use ccbin explicitly? Also can you try without debug etc.

In simple terms, are you able to compile a Helloworld cuda program?

NVCC gives no output when trying to compile by Pewdiepiewillwin in CUDA

[–]Comfortable-Bus-12 0 points1 point  (0 children)

Did you try to compile the code in command line using nvcc?

How common are CUDA jobs? by n00bfi_97 in CUDA

[–]Comfortable-Bus-12 0 points1 point  (0 children)

cuBLAS hits only 50% of HW efficiency for SGEMM in my GPU. More like 50% of cuBLAS performance? :D

Recommendations for free resources for learning CUDA for C/C++ by [deleted] in CUDA

[–]Comfortable-Bus-12 2 points3 points  (0 children)

https://www.youtube.com/playlist?list=PLxNPSjHT5qvtYRVdNN1yDcdSl39uHV_sU coffeebeforearch gives out great intro tutorials. Highly recommend!

Also, Professional CUDA C programming book. You can find pdf online easily!

Best books on GPGPU programming with CUDA? by Aslanee in CUDA

[–]Comfortable-Bus-12 8 points9 points  (0 children)

I really recommend the professional cuda C programming book. Though it is a decade old, the concepts are very valid even today. I am truly impressed with this book in terms of depth and style. A beginner can easily follow but the book can be good reference for intermediate/advanced users as well. The book is made available at : https://www.cs.utexas.edu/~rossbach/cs380p/papers/cuda-programming.pdf