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

merge CUDA and ROCm codes in op #2847

Merged
merged 25 commits into from
Sep 26, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Sep 20, 2023

No description provided.

Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.43% 🎉

Comparison is base (c2c6476) 75.38% compared to head (b627c86) 75.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #2847      +/-   ##
==========================================
+ Coverage   75.38%   75.81%   +0.43%     
==========================================
  Files         242      243       +1     
  Lines       24424    24713     +289     
  Branches     1580     1617      +37     
==========================================
+ Hits        18411    18736     +325     
+ Misses       5082     5015      -67     
- Partials      931      962      +31     
Files Changed Coverage Δ
source/lib/include/gpu_cuda.h 70.00% <ø> (ø)
source/op/gelu_multi_device.cc 28.33% <ø> (+3.33%) ⬆️
source/op/prod_env_mat_multi_device_nvnmd.cc 69.44% <ø> (+0.42%) ⬆️
source/op/prod_force_grad_multi_device.cc 69.60% <ø> (+2.60%) ⬆️
source/op/prod_force_multi_device.cc 65.93% <ø> (+1.56%) ⬆️
source/op/prod_virial_grad_multi_device.cc 69.04% <ø> (+2.11%) ⬆️
source/op/prod_virial_multi_device.cc 72.41% <ø> (+0.98%) ⬆️
source/op/tabulate_multi_device.cc 61.64% <ø> (+1.58%) ⬆️
source/op/unaggregated_grad.cc 67.51% <ø> (ø)
source/op/prod_env_mat_multi_device.cc 72.81% <100.00%> (+12.38%) ⬆️

... and 41 files with indirect coverage changes

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

@njzjz njzjz marked this pull request as draft September 20, 2023 01:59
@njzjz
Copy link
Member Author

njzjz commented Sep 20, 2023

The OP codes contain cudaMemcpy, so we must wait for #2844.

@github-actions github-actions bot added the Core label Sep 21, 2023
@njzjz njzjz added the Test CUDA Trigger test CUDA workflow label Sep 21, 2023
@github-actions github-actions bot removed the Test CUDA Trigger test CUDA workflow label Sep 21, 2023
@njzjz njzjz marked this pull request as ready for review September 22, 2023 14:01
@njzjz njzjz added CUDA ROCM Docs Test CUDA Trigger test CUDA workflow labels Sep 22, 2023
@github-actions github-actions bot removed the Test CUDA Trigger test CUDA workflow label Sep 22, 2023
@njzjz njzjz requested a review from wanghan-iapcm September 22, 2023 16:57
@njzjz njzjz linked an issue Sep 26, 2023 that may be closed by this pull request
7 tasks
@wanghan-iapcm wanghan-iapcm merged commit 938cea2 into deepmodeling:devel Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Merge CUDA and ROCm codes
2 participants