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 structs for texture intrinsic return types. #554

Merged
merged 2 commits into from
Nov 20, 2020
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Nov 20, 2020

Intrinsic has incorrect return type!
[4 x float] (i64, float)* @llvm.nvvm.tex.unified.1d.v4f32.f32
in function _Z37julia_kernel_texture_warp_native_502613CuDeviceArrayI7Float32Li1ELi1EE15CuDeviceTextureIS0_Li1E11ArrayMemoryLifalseE16NearestNeighbourE

@maleadt maleadt added bugfix This gets something working again. cuda kernels Stuff about writing CUDA kernels. labels Nov 20, 2020
@codecov
Copy link

codecov bot commented Nov 20, 2020

Codecov Report

Merging #554 (4d3018d) into master (434324b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #554   +/-   ##
=======================================
  Coverage   77.95%   77.95%           
=======================================
  Files         116      116           
  Lines        6424     6424           
=======================================
  Hits         5008     5008           
  Misses       1416     1416           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 434324b...4d3018d. Read the comment docs.

@maleadt maleadt merged commit da37659 into master Nov 20, 2020
@maleadt maleadt deleted the tb/tex_float4 branch November 20, 2020 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This gets something working again. cuda kernels Stuff about writing CUDA kernels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant