Skip to content

Fix TE building on NV platform#521

Merged
ipanfilo merged 1 commit intodevfrom
ipanfilo/nv_build_fix
Apr 6, 2026
Merged

Fix TE building on NV platform#521
ipanfilo merged 1 commit intodevfrom
ipanfilo/nv_build_fix

Conversation

@ipanfilo
Copy link
Copy Markdown
Collaborator

@ipanfilo ipanfilo commented Apr 6, 2026

Description

Fix building with NVTE_USE_ROCM=0 that broke due to some merge errors.

Fixes # (issue)

Type of change

  • Documentation change (change only to the documentation, either a fix or a new content)

  • Bug fix (non-breaking change which fixes an issue)

  • New feature (non-breaking change which adds functionality)

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

  • Infra/Build change

  • Code refactoring

  • I have read and followed the contributing guidelines

  • The functionality is complete

  • I have commented my code, particularly in hard-to-understand areas

  • I have made corresponding changes to the documentation

  • My changes generate no new warnings

  • I have added tests that prove my fix is effective or that my feature works

  • New and existing unit tests pass locally with my changes

Copy link
Copy Markdown
Contributor

@Micky774 Micky774 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@ipanfilo ipanfilo merged commit 7a2f0cf into dev Apr 6, 2026
2 checks passed
@ipanfilo ipanfilo deleted the ipanfilo/nv_build_fix branch April 6, 2026 17:45
#ifdef __HIP_PLATFORM_AMD__
#include "rocm_dequantize_mxfp8.cuh"
#else
constexpr size_t CHUNK_DIM_Y = 128;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these from the original upstream? Or are these from the rocm adjusted code?

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