-
Notifications
You must be signed in to change notification settings - Fork 125
[HIP][CUDA] Remove function prototypes from enqueue.hpp #1460
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1460 +/- ##
==========================================
- Coverage 14.82% 12.43% -2.40%
==========================================
Files 250 241 -9
Lines 36220 36242 +22
Branches 4094 4111 +17
==========================================
- Hits 5369 4506 -863
- Misses 30800 31732 +932
+ Partials 51 4 -47 ☔ View full report in Codecov by Sentry. |
Sure, but I am not sure when my PR can be merged. If the wrong prototype will cause some problems, then I will suggest that we change it(or remove it now). |
OK sure I will keep this PR open |
Is this causing this failure? If so I'll probably go ahead and merge this now. |
@kbenzie I don't believe the failures are related. I didn't see that in any of the CI for my merged patch nor have I seen it in other CI runs |
ping @oneapi-src/unified-runtime-cuda-write @oneapi-src/unified-runtime-hip-write, this is slated for the release |
These func prototypes are not needed as funcs are defined in enqueue.cpp before they are used
099c32c
to
46f69b9
Compare
[HIP][CUDA] Remove function prototypes from enqueue.hpp
These func prototypes are not needed as funcs are defined in enqueue.cpp before they are used. Addresses #1326 (comment)