Skip to content

docs: Update ROADMAP.md statuses & Add more unsloth kernels#100

Merged
hannahli-nv merged 3 commits intomainfrom
tilegym_update
Apr 8, 2026
Merged

docs: Update ROADMAP.md statuses & Add more unsloth kernels#100
hannahli-nv merged 3 commits intomainfrom
tilegym_update

Conversation

@hannahli-nv
Copy link
Copy Markdown
Collaborator

@hannahli-nv hannahli-nv commented Apr 8, 2026

Description

Update codes.

This PR contains 3 new commit(s).

Commits included:

65d560a Add more unsloth kernels
532f133 docs: Update ROADMAP.md statuses
35ad107: fix: use relative paths for benchmark names in JSON runner and CI summary

CI Configuration

config:
  build: true
  # valid options are "ops" and "benchmark"
  test: ["ops", "benchmark"]

Checklist

  • Code formatted and imports sorted via repo specifications (./format.sh)
  • Documentation updated (if needed)
  • CI configuration reviewed

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented Apr 8, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@hannahli-nv
Copy link
Copy Markdown
Collaborator Author

/ok to test 65d560a

@hannahli-nv
Copy link
Copy Markdown
Collaborator Author

/ok to test 3e23dfa

…mary

The JSON benchmark runner (run_all_json.py) was using bare filenames
(e.g., bench_layernorm.py) instead of relative paths (e.g.,
suites/unsloth/bench_layernorm.py). This caused:
- Ambiguous log output making it hard to identify which benchmark ran
- Output file name collisions silently overwriting results
- CI summary page showing duplicate names without directory context

Fix by computing relative paths from the benchmark root directory,
matching the behavior already present in the text format runner.
@hannahli-nv
Copy link
Copy Markdown
Collaborator Author

/ok to test 35ad107

@hannahli-nv hannahli-nv requested review from Bessss-zyw and xjmxyt April 8, 2026 07:17
@hannahli-nv hannahli-nv merged commit 4eb3cb2 into main Apr 8, 2026
18 checks passed
@hannahli-nv hannahli-nv deleted the tilegym_update branch April 8, 2026 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants