Op2dTensorLite kernel port to HIP#2295
Closed
ghost wants to merge 1 commit into
Closed
Conversation
caio96
pushed a commit
that referenced
this pull request
Oct 27, 2025
qiangpan2
pushed a commit
to qiangpan2/rocm-libraries
that referenced
this pull request
May 29, 2026
) * SWDEV-535598 - remove usage of 'warpSize' variable as it has been deprecated. Ideally get_warp_size() should not be constexpr but this is just a workaround * SWDEV-535598 - remove comment from get_warp_size as constexpr is required for this repo --------- Co-authored-by: Gerardo Hernandez <gerardo.hernandez@amd.com> [ROCm/composable_kernel commit: 6635d1b]
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#Motivation
Rewriting of Op2dTensorLite kernel from OpenCL to HIP.
The goal was to provide the kernel with the same functionality without losing the performance.
#Technical Details
struct PerfHelper (/gtest/perf_helper.hpp) declared without a type template due to a problem with the conversion of the GetKernelTime() function's return result for a type different from 'float'.
#Test Result
The run of the test /gtest/tensor_2d_lite_ocl_hip.cpp passes successfully.