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

PTX: Don't use a 32-bit pointer index type. #462

Merged
merged 1 commit into from
May 31, 2023
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented May 31, 2023

Apparently that breaks support for 64 bits indices, which we still want to support.

Closes #461

Apparently that breaks support for 64 bits indices, which we still want to support.
@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.20 ⚠️

Comparison is base (f608d82) 82.68% compared to head (9547221) 82.49%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #462      +/-   ##
==========================================
- Coverage   82.68%   82.49%   -0.20%     
==========================================
  Files          23       23              
  Lines        3119     3125       +6     
==========================================
- Hits         2579     2578       -1     
- Misses        540      547       +7     
Impacted Files Coverage Δ
src/ptx.jl 93.63% <ø> (ø)

... and 2 files with indirect coverage changes

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

@maleadt maleadt merged commit 4f4b991 into master May 31, 2023
@maleadt maleadt deleted the tb/revert_dl_change branch May 31, 2023 12:16
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.

PTX: LLVM assertion error during function merging
1 participant