Skip to content
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

Enhance executor interfaces #222

Merged
merged 33 commits into from
Aug 8, 2024
Merged

Enhance executor interfaces #222

merged 33 commits into from
Aug 8, 2024

Conversation

chhwang
Copy link
Contributor

@chhwang chhwang commented Jul 10, 2024

  • Support to explicitly set executor's stream
  • Support data copy between ARK tensors and external CUDA arrays
  • Support non-loop execution mode
  • Minor fixes & interface updates

@chhwang chhwang changed the base branch from main to chhwang/fix-kernels July 11, 2024 00:12
Base automatically changed from chhwang/fix-kernels to main July 15, 2024 22:09
Copy link

codecov bot commented Jul 15, 2024

Codecov Report

Attention: Patch coverage is 91.39785% with 16 lines in your changes missing coverage. Please review.

Project coverage is 86.90%. Comparing base (1dd3c62) to head (d0b0432).
Report is 1 commits behind head on main.

Files Patch % Lines
ark/api/executor.cpp 91.41% 14 Missing ⚠️
python/ark/tensor.py 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #222      +/-   ##
==========================================
+ Coverage   86.61%   86.90%   +0.28%     
==========================================
  Files         117      117              
  Lines        5118     5177      +59     
==========================================
+ Hits         4433     4499      +66     
+ Misses        685      678       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chhwang chhwang changed the base branch from main to chhwang/cmake August 6, 2024 17:16
Base automatically changed from chhwang/cmake to main August 6, 2024 18:15
@chhwang chhwang merged commit eb300e6 into main Aug 8, 2024
10 checks passed
@chhwang chhwang deleted the chhwang/executor-interface branch August 8, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant