ROCm / ROCm/composable_kernel

All references to OCML functions should be removed

Open
#3,754 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
549
Forks
312
PR merge metrics
No merged PRs in 30d

Description

OCML is a compiler implementation detail and should not be used by external clients. In particular this is relying on compiler builtin headers that accidentally leak out declarations of the used builtins.

The uses here should either use the general libm names, or clang elementwise builtins

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Search the repository for OCML function references and inspect the compiler builtin headers that expose them; done means replacing uses with general libm names or Clang elementwise builtins so OCML declarations no longer leak to external clients.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
compilers
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.