Skip to content

Commit

Permalink
Merge branch 'rocm6.4_internal_testing' into hip_pinned_allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
TedThemistokleous authored Feb 3, 2025
2 parents 1f3a3fb + 5cad3ec commit 0a46878
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ void MIGraphXExecutionProvider::get_flags_from_env() {
LOGS_DEFAULT(WARNING) << "\nORT_MIGRAPHX_FP8_ENABLE: " << fp8_enable_;
#else
LOGS_DEFAULT(WARNING) << "MIGraphX: FP8 Quantization requires ROCm 6.4 or greater";
fp8_enable = false;
fp8_enable_ = false;
#endif
}

Expand Down

0 comments on commit 0a46878

Please sign in to comment.