Skip to content

[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

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

hdelan
Copy link
Contributor

@hdelan hdelan commented Mar 20, 2024

These func prototypes are not needed as funcs are defined in enqueue.cpp before they are used. Addresses #1326 (comment)

@hdelan
Copy link
Contributor Author

hdelan commented Mar 20, 2024

intel/llvm#13072

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 12.43%. Comparing base (78ef1ca) to head (099c32c).
Report is 188 commits behind head on main.

❗ 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.
📢 Have feedback on the report? Share it here.

@yingcong-wu
Copy link
Contributor

Hi @hdelan , just to let you know that I would need them for my PR #1385. You can still remove them in this PR, and I can add them back later. I am fine with that.

@hdelan
Copy link
Contributor Author

hdelan commented Mar 20, 2024

Hi @hdelan , just to let you know that I would need them for my PR #1385. You can still remove them in this PR, and I can add them back later. I am fine with that.

OK would it be better if I close this PR and you can change the prototype to the new version in #1385 ?

@yingcong-wu
Copy link
Contributor

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).

@hdelan
Copy link
Contributor Author

hdelan commented Mar 20, 2024

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

@kbenzie
Copy link
Contributor

kbenzie commented Mar 20, 2024

@hdelan is this a fix for #1326? If so it should probably have the v0.9.x label, is that correct?

@hdelan hdelan added the v0.9.x Include in the v0.9.x release label Mar 20, 2024
@hdelan
Copy link
Contributor Author

hdelan commented Mar 20, 2024

@hdelan is this a fix for #1326? If so it should probably have the v0.9.x label, is that correct?

Yes correct. The build isn't broken or anything but strictly speaking it should be merged ASAP

@kbenzie
Copy link
Contributor

kbenzie commented Mar 20, 2024

Is this causing this failure? If so I'll probably go ahead and merge this now.

@hdelan
Copy link
Contributor Author

hdelan commented Mar 20, 2024

@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

@aarongreig
Copy link
Contributor

ping @oneapi-src/unified-runtime-cuda-write @oneapi-src/unified-runtime-hip-write, this is slated for the release

@aarongreig aarongreig added the ready to merge Added to PR's which are ready to merge label Mar 28, 2024
These func prototypes are not needed as funcs are defined in enqueue.cpp before
they are used
@hdelan hdelan force-pushed the remove-unused-prototypes branch from 099c32c to 46f69b9 Compare March 28, 2024 15:24
@aarongreig aarongreig merged commit 0816206 into oneapi-src:main Apr 1, 2024
kbenzie pushed a commit to kbenzie/unified-runtime that referenced this pull request Apr 8, 2024
[HIP][CUDA] Remove function prototypes from enqueue.hpp
@kbenzie kbenzie mentioned this pull request Apr 16, 2024
19 tasks
kbenzie pushed a commit to kbenzie/intel-llvm that referenced this pull request Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Added to PR's which are ready to merge v0.9.x Include in the v0.9.x release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants