You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/07/01 15:49:38 UTC

[GitHub] [incubator-mxnet] szha commented on a change in pull request #20338: [1.x] [FEATURE] Add API to control denormalized computations

szha commented on a change in pull request #20338:
URL: https://github.com/apache/incubator-mxnet/pull/20338#discussion_r662406878



##########
File path: include/mxnet/c_api.h
##########
@@ -261,6 +261,14 @@ MXNET_DLL int MXRandomSeed(int seed);
  */
 MXNET_DLL int MXRandomSeedContext(int seed, int dev_type, int dev_id);
 
+/*!
+ * \brief Change floating-point calculations when dealing with denormalized values.

Review comment:
       we should also note here that only CPU is supported at the moment.




-- 
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: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org