aws-taylor

Results 3 comments of aws-taylor

I believe the following block in `getDefaultWorkers()` will cause it to have the desired effect: ``` if (workers == 0) { workers = getNumberOfNeuronCores(); } ``` From: lxning ***@***.***> Reply-To:...

Ugly, but you can monkey patch this with something like: ``` import skbuild.constants def SKBUILD_DIR(): return os.path.join( "/tmp", "{}-{}".format(skbuild.constants._SKBUILD_PLAT_NAME, '.'.join(map(str, sys.version_info[:2]))), ) ```

Hi @arunparkugan, Low priority, but yes, I believe this issue still impacts tbb.