-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Kernel
attribute getter/setter
#205
Comments
User request (to CuPy) for setting |
I think we should provide both avenues for specifying clusters or other configs which can be done via the kernel attributes of launch configs. There are 3 reasons for this:
|
I think both are run-time configs and if a kernel has any attribute that can be configured at (JIT-)compile time, IIRC there would not be any setter (I could be wrong). Another note is the driver team seems to have a preference over one of them. We should check with them internally for guidance. |
I will get in touch, is there anyone in particular that comes to mind for asking about driver team preference? I've got a review in flight. I never found (I didn't look very hard) documentation for which attributes were read vs write, but it was easy to deduce via testing. #360 |
@vzhurba01 might know who on the driver team to discuss about this. Let's follow up offline. |
Need a nice way to get/set
CUfunction_attribute
. Make them maybe nice Python properties, instead of using the C enumerator names literally.To check:
The text was updated successfully, but these errors were encountered: