torchnpu和torch安装的是2.1版本,python是3.9版本
训练的时候还是The operator 'aten::_transformer_encoder_layer_fwd' is not currently supported on the NPU backend and will fall back to run on the CPU. This may have performance implications. (function npu_cpu_fallback不仅仅是推理,导致速度慢,这个警告原因是否代表算子不支持呢?但我做算子扫描结果没有不支持的算子。
torchnpu和torch安装的是2.1版本,python是3.9版本
训练的时候还是The operator 'aten::_transformer_encoder_layer_fwd' is not currently supported on the NPU backend and will fall back to run on the CPU. This may have performance implications. (function npu_cpu_fallback不仅仅是推理,导致速度慢,这个警告原因是否代表算子不支持呢?但我做算子扫描结果没有不支持的算子。