HIP-CPU icon indicating copy to clipboard operation
HIP-CPU copied to clipboard

[Feature]: missing synchronisation functions

Open fwyzard opened this issue 4 months ago • 0 comments

Suggestion Description

The CUDA/HIP synchronisation with predicate functions are missing:

  • int __syncthreads_count(int predicate);
  • int __syncthreads_and(int predicate);
  • int __syncthreads_or(int predicate);

Operating System

Any

GPU

Any CPU

ROCm Component

Kernel language

fwyzard avatar Feb 16 '24 16:02 fwyzard