ROCm / clr

MIT License
85 stars 35 forks source link

[Issue]: no definition of struct tiled_partition_internal #88

Open onepick opened 2 weeks ago

onepick commented 2 weeks 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