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

Implement SPV_INTEL_2d_block_io #2751

Merged
merged 12 commits into from
Jan 28, 2025

Conversation

YuriPlyakhin
Copy link
Contributor

@YuriPlyakhin YuriPlyakhin commented Oct 10, 2024

@YuriPlyakhin YuriPlyakhin force-pushed the SPV_INTEL_2d_block_io branch from 980f06f to 68a4cfe Compare October 11, 2024 21:48
@YuriPlyakhin YuriPlyakhin changed the title draft Implement SPV_INTEL_2d_block_io Oct 11, 2024
@MrSidims
Copy link
Contributor

build failures are unrelated, restarting pre-commit with HEAD on top of #2753

@MrSidims MrSidims closed this Oct 14, 2024
@MrSidims MrSidims reopened this Oct 14, 2024
@YuriPlyakhin YuriPlyakhin force-pushed the SPV_INTEL_2d_block_io branch from 7b56852 to f6e0e86 Compare October 18, 2024 19:50
@YuriPlyakhin YuriPlyakhin force-pushed the SPV_INTEL_2d_block_io branch from f6e0e86 to 88794b6 Compare January 24, 2025 19:16
@YuriPlyakhin YuriPlyakhin marked this pull request as ready for review January 24, 2025 19:49
; __spirv_Subgroup2DBlockLoadTransformINTEL(i, i, i, i, base_address, width, height, pitch, coord, dst_pointer);
; __spirv_Subgroup2DBlockLoadTransposeINTEL(i, i, i, i, base_address, width, height, pitch, coord, dst_pointer);
; __spirv_Subgroup2DBlockPrefetchINTEL(i, i, i, i, base_address, width, height, pitch, coord);
; __spirv_Subgroup2DBlockStoreINTEL(i, i, i, i, src_pointer, dst_base_pointer, width, height, pitch, coord);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note mangling is being changed from:
__spirv_Subgroup2DBlockStoreINTEL(int, int, int, int, void const*, void AS1*, int, int, int, int vector[2])
to:
__spirv_Subgroup2DBlockStoreINTEL(int, int, int, int, char*, char AS1*, int, int, int, int vector[2])

it should be fine and not related to the patch

@MrSidims MrSidims merged commit 6d6c28a into KhronosGroup:main Jan 28, 2025
9 checks passed
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.

2 participants