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

[SYCL][Matrix] Change packed to ext_intel_packed #9667

Closed

Conversation

yubingex007-a11y
Copy link
Contributor

No description provided.

@@ -18,7 +18,7 @@ namespace sycl {
__SYCL_INLINE_VER_NAMESPACE(_V1) {
namespace ext {
namespace intel::experimental::matrix::layout {
constexpr sycl::ext::oneapi::experimental::matrix::layout packed =
constexpr sycl::ext::oneapi::experimental::matrix::layout ext_intel_packed =
static_cast<sycl::ext::oneapi::experimental::matrix::layout>(2);
}
Copy link
Contributor

@dkhaldi dkhaldi Jun 1, 2023

Choose a reason for hiding this comment

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

ext_intel_packed should be added to oneapi::experimental::matrix::layout
see Intel document in #7964

@@ -228,7 +228,7 @@ inline __SYCL_ALWAYS_INLINE void joint_matrix_load(
Ptr, stride, __spv::MatrixLayout::ColumnMajor,
spv_scope_traits<Group>::value);
break;
case sycl::ext::intel::experimental::matrix::layout::packed:
case sycl::ext::intel::experimental::matrix::layout::ext_intel_packed:
Copy link
Contributor

Choose a reason for hiding this comment

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

we should not need to specify namespace anymore as this is now in the same namespace as joint_matrix

Copy link
Contributor

github-actions bot commented Feb 1, 2024

This pull request is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be automatically closed in 30 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants