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

Use plain llvmcall calling convention for WMMA intrinsics. #1709

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Dec 28, 2022

Since JuliaLang/julia#44697, it's disallowed to call LLVM intrinsics using extern.

@maleadt maleadt mentioned this pull request Dec 28, 2022
6 tasks
@codecov
Copy link

codecov bot commented Dec 28, 2022

Codecov Report

Base: 59.61% // Head: 59.60% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (b91b652) compared to base (726528a).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1709      +/-   ##
==========================================
- Coverage   59.61%   59.60%   -0.01%     
==========================================
  Files         150      150              
  Lines       12088    12088              
==========================================
- Hits         7206     7205       -1     
- Misses       4882     4883       +1     
Impacted Files Coverage Δ
lib/utils/memoization.jl 88.23% <0.00%> (-1.97%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@maleadt maleadt merged commit 4e2b850 into master Dec 28, 2022
@maleadt maleadt deleted the tb/wmma_intr branch December 28, 2022 12:59
simonbyrne pushed a commit to simonbyrne/CUDA.jl that referenced this pull request Nov 13, 2023
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