All references to OCML functions should be removed
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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