Skip to content

Commit

Permalink
[GPU] minor comment (#28086)
Browse files Browse the repository at this point in the history
### Details:
 - Follow-up from #28077 for an additional comment
  • Loading branch information
isanghao authored Dec 20, 2024
1 parent 71c8b85 commit cbecdad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,7 @@ void TransformationsPipeline::apply(std::shared_ptr<ov::Model> func) {
}

// AZP does not support 8bit weight
// XXX: This is currently wrapped as GPU_DEBUG_IF as dynamic_quantize_asym is not exposed through public API.
GPU_DEBUG_IF(debug_config->dynamic_quantize_asym
&& (root->get_input_element_type(1) == ov::element::i8 || root->get_input_element_type(1) == ov::element::u8)) {
GPU_DEBUG_TRACE << root->get_friendly_name() << " dyn_quan is turned off: asym quantization does not support 8bit weight" << std::endl;
Expand Down

0 comments on commit cbecdad

Please sign in to comment.