Skip to content

Commit

Permalink
ci: remove avx requirement on cuda plugins
Browse files Browse the repository at this point in the history
many computation is memory bounded and sse2 is available
  • Loading branch information
WolframRhodium committed Feb 15, 2022
1 parent c307c22 commit 72e24c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
-D AVISYNTHPLUS_INCLUDE_DIRECTORY="%cd%\avisynth+\avs_core\include"
-D ENABLE_VAPOURSYNTH=ON
-D VAPOURSYNTH_INCLUDE_DIRECTORY="%cd%\vapoursynth\include"
-D CMAKE_CXX_FLAGS="/fp:fast /arch:AVX"
-D CMAKE_CXX_FLAGS="/fp:fast"
-D CMAKE_CUDA_FLAGS="--threads 0 --use_fast_math --resource-usage -Wno-deprecated-gpu-targets"
-D CMAKE_CUDA_ARCHITECTURES="35-real;50;61-real;75-real;86"
env:
Expand Down

0 comments on commit 72e24c1

Please sign in to comment.