Signed-off-by: Ulrik Holmen <ulrik.holmen@global.ntt> Co-authored-by: Ulrik Holmen <ulrik.holmen@global.ntt>
This commit is contained in:
parent
a722bd5a5b
commit
a768f4c904
@ -111,7 +111,7 @@ namespace sd {
|
||||
* If this env var is defined - we'll disallow use of platform-specific helpers (mkldnn, cudnn, etc)
|
||||
*/
|
||||
const char* forbid_helpers = std::getenv("SD_FORBID_HELPERS");
|
||||
if (max_master_threads != nullptr) {
|
||||
if (forbid_helpers != nullptr) {
|
||||
_allowHelpers = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user