PawelGlomski-Intel commented on code in PR #20983:
URL: https://github.com/apache/incubator-mxnet/pull/20983#discussion_r846204652


##########
src/c_api/c_api_ndarray.cc:
##########
@@ -291,6 +291,18 @@ int MXAutogradSetIsRecording(int is_recording, int* prev) {
   API_END();
 }
 
+int MXSetIsAMPDisabled(int is_amp_disabled, int* prev) {

Review Comment:
   I just mirrored the existing code. In the current version, it must be an int.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to