CudaLaunch Software for connecting to the remote access gateway on Apple iOS, Android and Windows 10 devices.
Hi,
short version first:
cudaLaunch lacks any documentation, and i don’t have any clue of what to pass to it…
long version:
i tried to wrap the cudalaunch interface into a C++ object, to allow high-level launches of kernels…
my idea was to use strings as kernel names to have an higher flexibilty, but i couldn’t find any example of the string’s format…
-passing name didn’t work
-passing the name + “__entry” didn’t work
-passing the extended bin name didn’t work…
I found anyway many examples for cuLaunchGrid, but i don’t think it’s good habit to mix “high” and driver-level APIs…
Thanks in advance for any clues!
Hello,
I am compiling some code that runs saxpy on GPU. This code is some university assignment that I am trying out. Unfortunately, compilation fails and I don’t know how to debug.

Here’s the link to code and Makefile:https://github.com/stanford-cs149/asst3/tree/master/saxpy
I have edited the saxpy.cu file:
The compilation error output:
I have also tried the simple saxpy example from this blog: https://devblogs.nvidia.com/easy-introduction-cuda-c-and-c/ and it works fine.
My machine specifications:
OS: Ubuntu 16.04
CUDA: 10.1
Driver: 418.56
GPU: GTX 1080 TI
NVCC: 7.5.17
gcc: 5.4
