ROCm / clr

MIT License
104 stars 50 forks source link

[Issue]: no definition of struct tiled_partition_internal #88

Closed onepick closed 1 month ago

onepick commented 5 months ago

Problem Description

in the file :include/hip/amd_detail/amd_hip_cooperative_groups.h `

namespace impl { template <unsigned int size, class ParentCGTy> struct tiled_partition_internal;

template struct tiled_partition_internal<size, thread_block> : public thread_block_tile<size, thread_block> { __CG_QUALIFIER__ tiled_partition_internal(const thread_block& g) : thread_block_tile<size, thread_block>(g) {} };

} // namespace impl

`

there is no definition for the struct tiled_partition_internal.

Operating System

any os

CPU

any cpu

GPU

AMD Instinct MI250

ROCm Version

ROCm 6.1.0

ROCm Component

clr

Steps to Reproduce

No response

(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support

No response

Additional Information

No response

cjatin commented 4 months ago

There is a specialization of tiled_partition_internal but just for thread_block.

Is there a sample thats failing for you?

ppanchad-amd commented 2 months ago

Hi @onepick, do you still need assistance with this ticket? If not, please close the ticket. Thanks!

ppanchad-amd commented 1 month ago

@onepick Closing ticket. Please feel free to re-open ticket if you still need assistance. Thanks!