"examples/vscode:/vscode.git/clone" did not exist on "d840253f6ace35eb8ac14d61c1001dfb8fe94acf"
Commit d5098324 authored by Tri Dao's avatar Tri Dao
Browse files
parent f95c2fc1
...@@ -136,6 +136,8 @@ ext_modules.append( ...@@ -136,6 +136,8 @@ ext_modules.append(
"-std=c++17", "-std=c++17",
"-U__CUDA_NO_HALF_OPERATORS__", "-U__CUDA_NO_HALF_OPERATORS__",
"-U__CUDA_NO_HALF_CONVERSIONS__", "-U__CUDA_NO_HALF_CONVERSIONS__",
"-U__CUDA_NO_HALF2_OPERATORS__",
"-U__CUDA_NO_BFLOAT16_CONVERSIONS__",
"--expt-relaxed-constexpr", "--expt-relaxed-constexpr",
"--expt-extended-lambda", "--expt-extended-lambda",
"--use_fast_math", "--use_fast_math",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment