mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-30 19:57:40 +00:00
fix a descriptor issue
This commit is contained in:
@@ -403,10 +403,11 @@ struct buffer_view<address_space_enum::global,
|
||||
"wrong! X should contain multiple T");
|
||||
|
||||
constexpr index_t t_per_x = scalar_per_x_vector / scalar_per_t_vector;
|
||||
|
||||
const int32x4_t src_wave_buffer_resource =
|
||||
make_wave_buffer_resource(p_data_, (buffer_size_) * sizeof(type));
|
||||
amd_async_buffer_load_with_oob<remove_cvref_t<T>, t_per_x, Coherence>(
|
||||
smem,
|
||||
cached_buf_res_,
|
||||
src_wave_buffer_resource,
|
||||
i,
|
||||
linear_offset,
|
||||
is_valid_element,
|
||||
|
||||
Reference in New Issue
Block a user