You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the cuFuncSetAttribute() can be called only in a member function of cuda::kernel. But - there's no good reason it shouldn't be usable outside of that object. Specifially, I'd like to be able to at least do something like:
Currently, the
cuFuncSetAttribute()
can be called only in a member function ofcuda::kernel
. But - there's no good reason it shouldn't be usable outside of that object. Specifially, I'd like to be able to at least do something like:... which, for now, I can't. But beyond this, think of the following line:
which people may be using today with the runtime API. Should we not allow for:
to cater to this? And also the context-specific version
?
The text was updated successfully, but these errors were encountered: