Skip to content

Commit

Permalink
fp8_enable
Browse files Browse the repository at this point in the history
  • Loading branch information
apwojcik committed Feb 3, 2025
1 parent b6ab00f commit bc2804b
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 bc2804b

Please sign in to comment.