Tagged Questions

2
votes
2answers
1k views

CUDA memory troubles

I have a CUDA kernel which I'm compiling to a cubin file without any special flags: nvcc text.cu -cubin It compiles, though with this message: Advisory: Cannot tell what pointer points to, …