Skip to content

Releases: NVIDIA/CompileIQ

CompileIQ v1.0.2

25 Jun 19:06
Immutable release. Only release title and notes can be modified.
5a831e4

Choose a tag to compare

What's Changed

  • Ports bug fixes from main by @pnwamk in #41, specifically
    • Cache tag="latest" search-space release resolution on disk to reduce repeated GitHub REST API calls from cold processes.
    • Quote Linux core wrapper path handling so installed-wheel searches can start the bundled core from install paths containing spaces.
    • Include the CI workflow fix that keeps required CI eligible for PR-copy branches even when the change includes docs-only paths.
    • Include public docs/contribution/template polish and Triton example fixes that are already on main.

Full Changelog: v1.0.1...v1.0.2

CompileIQ v1.0.1

04 Jun 20:49
b1ffe27

Choose a tag to compare

What's Changed

  • Broaden native core Linux compatibility (support glibc >= 2.34).

Full Changelog: v1.0.0...v1.0.1

CompileIQ v1.0.0

26 May 18:46
3b0881e

Choose a tag to compare

CompileIQ 1.0.0

This is the initial public release of CompileIQ, NVIDIA's compiler control optimization engine.

CompileIQ is a Python package for tuning NVIDIA compiler controls with hyperparameter optimization workflows. This release includes the public package, versioned documentation, examples, curated compiler search-space support, and Booster Pack documentation.

Getting Started

Install CompileIQ with:

pip install compileiq

See the CompileIQ documentation for more information.

Booster Pack Catalog Release booster-packs-2026.05.27

27 May 21:30
e2aa8c2

Choose a tag to compare

Booster Pack Catalog Release

Documentation: https://nvidia.github.io/CompileIQ/stable/booster_packs.html

This release contains the complete Booster Pack catalog as of 2026.05.27.

Assets:

  • booster-pack-catalog.json
  • booster-pack-debug.zip
  • booster-pack-helion.zip
  • SHA256SUMS.txt

Debug Pack

Pack contains ACFs useful for compiler and search script debugging

  • Asset: booster-pack-debug.zip
  • Pack id: debug-pack
  • Pack type: diagnostic
  • CUDA Toolkit: 13.3.0
  • Controls stage: ptxas
  • Supported GPUs: ALL
  • ACF count: 5
  • Validation evidence: Performance either decreases dramatically or is unchanged

Helion Booster Pack

Tuned for a variety of kernels implemented in Helion

  • Asset: booster-pack-helion.zip
  • Pack id: helion-booster-pack
  • Pack type: performance
  • CUDA Toolkit: 13.3.0
  • Controls stage: ptxas
  • Supported GPUs: B200
  • ACF count: 24
  • Validation evidence: Release ACF validator passed. CUDA 13.3 ptxas --apply-controls smoke passed on 24/24 ACFs.

Changes

Updated

  • Helion Booster Pack (booster-pack-helion.zip)

Search Space Catalog Release search-spaces-2026.05.22

23 May 05:11
2055eda

Choose a tag to compare

Search Space Catalog Release

Documentation: https://nvidia.github.io/CompileIQ/stable/compilers_overview.html

This release contains the complete compiler search-space catalog as of 2026.05.22.

Assets:

  • manifest.json
  • ptxas13.3_search_space.bin
  • ptxas13.3_att_search_space.bin
  • nvcc13.3_search_space.bin
  • SHA256SUMS.txt

Catalog

Compiler Version Variant File Size bytes SHA256 Description
ptxas 13.3 default ptxas13.3_search_space.bin 13632 edae9fe3c0a11f2c5fede8a1949a7dad325908ef478c34b32c46e87c447ed312
ptxas 13.3 att ptxas13.3_att_search_space.bin 13392 4d1b45681194625db287a49ac78b85b1331293d576ecee944d771ebeca214f07 Curated for attention kernels (FlashAttention, GQA, MHA, MLA, FlashInfer Batch Decode)
nvcc 13.3 default nvcc13.3_search_space.bin 146384 285cf10494298126fa8004eda237bddd40a18c883efea9276a67551b781a4b4a

Changes

Added

  • nvcc 13.3/default (nvcc13.3_search_space.bin)
  • ptxas 13.3/att (ptxas13.3_att_search_space.bin)
  • ptxas 13.3/default (ptxas13.3_search_space.bin)