cpu wheel builds for linux and mac

Reviewed By: nikhilaravi

Differential Revision: D20073426

fbshipit-source-id: fce83c9b63d630de1e6ebe2ff4790f29d11b65cc
This commit is contained in:
Jeremy Reizenstein
2020-02-24 13:36:02 -08:00
committed by Facebook Github Bot
parent 40be4cf78b
commit 4233c32887
5 changed files with 103 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ def get_extensions():
extension = CppExtension
extra_compile_args = {"cxx": ["-std=c++17"]}
extra_compile_args = {"cxx": ["-std=c++14"]}
define_macros = []
force_cuda = os.getenv("FORCE_CUDA", "0") == "1"