Skip to content

[Feature]: missing synchronisation functions #58

@fwyzard

Description

@fwyzard

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions