Rust-GPU / Rust-GPU/rust-cuda

Dont replace 128 bit ints for libnvvm 1.8

Open
#40 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C-rustc_codegen_nvvm T-tracking-issue
Dominant language
Rust
Stars
5.4k
Forks
249
PR merge metrics
No merged PRs in 30d

Description

It seems libnvvm 1.8 came out some time recently and it supposedly fixes i128 in data layouts, so we do not have to replace i128 for libnvvm 1.8 (supposedly).
Screenshot_550

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

Start by locating the libnvvm compatibility logic that replaces i128 and compare its data-layout handling with libnvvm 1.8. Done means i128 is no longer replaced when targeting libnvvm 1.8, with the relevant behavior verified against the project’s existing checks or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
compilers
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 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.