rck

450
Reputation
81 views

Registered User

Name rck
Member for 1 year
Seen 2 days ago
Website
Location USA
Age 30
I'm me
Nov
25
comment CUDA: What reasons could there be for nvcc taking several minutes to compile?
I'm aware of the parameter restriction, I've run into that problem before. (And annoyingly, I don't seem able to get around it by just using structs) It's unclear to me, however, if that's a factor in the slowdown.
Nov
25
comment CUDA: What reasons could there be for nvcc taking several minutes to compile?
Not yet. I did a significant code restructuring for other reasons, and that helped a lot, but I wasn't able to determine the base cause. (And it's still way slower than compiling in emulation mode)
Nov
25
comment CUDA: What reasons could there be for nvcc taking several minutes to compile?
Interesting. When you rewrote them did it still fail without optimization? That is, was you re-writing it like that enough of a hint for only the optimizer being able to save registers, or is the basic compiler able to as well?
Oct
30
awarded  Commentator
Oct
30
comment CUDA: What reasons could there be for nvcc taking several minutes to compile?
The same problem occurs with optimization disabled.
Oct
29
awarded  Popular Question
Oct
23
comment CUDA: What reasons could there be for nvcc taking several minutes to compile?
Given the problem's nature, I wouldn't be surprised. Especially since when I compile with --device-emulation it compiles quickly. Of course, even if it is a bug in the compiler, I'd still like to be able to do something about it.
Oct
21
asked CUDA: What reasons could there be for nvcc taking several minutes to compile?
Sep
30
awarded  Popular Question
Sep
8
awarded  Yearling
Jun
24
awarded  Self-Learner