-
Notifications
You must be signed in to change notification settings - Fork 108
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
Define const member function if needed #37
Conversation
@facao in order to ensure integrity of the compiler, could you help provide result of:
|
@facao any updates on this? |
@facao I'll take this pull request without test results as it does seem harmless. But for API changes I would generally ask for:
You can refer to other pull requests for more examples. |
I will make up the Unit tests asap later, my local system is occupied fully recently. |
Hi @facao , this PR doesn't seem to be smooth on my end, could you verify my failings on your system? I'm on 836266.
|
@yan-ming Yes, I noticed this too. HIP tests are also failing on my side. I've reverted commits from this PR. |
@facao I'm using develop branch, and with HSAIL backend. On LC backend I can still see some more failed cases which still need to be addressed. |
We define void* as the handle of i.e. queue, device, etc. And internally, it is a pointer to class member.
In this change, only change what is easy, and for others, we may need to change the architect, which is not expected I believe.