You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using MSVC and not cmake because CMAKE wouldn't make all the examples. When I use cmake, as expected, the process identifies my computer has AVX and BLAS support and all the others ie output says AVX: 1 | BLAS: 1 etc. However, when manually adding these files to MSVC to compile, these backend runtimes aren't identified, every single one of them reads 0, and the process never finishes. is there any solution to this? some preprocessor definitions im missing? i tried adding all the makefile has to my preprocessor defs and i didn't get any change. Manually adding some lines to the main example got it to say BLAS: 1 but it still didn't actually do anything
The text was updated successfully, but these errors were encountered:
I am using MSVC and not cmake because CMAKE wouldn't make all the examples. When I use cmake, as expected, the process identifies my computer has AVX and BLAS support and all the others ie output says AVX: 1 | BLAS: 1 etc. However, when manually adding these files to MSVC to compile, these backend runtimes aren't identified, every single one of them reads 0, and the process never finishes. is there any solution to this? some preprocessor definitions im missing? i tried adding all the makefile has to my preprocessor defs and i didn't get any change. Manually adding some lines to the main example got it to say BLAS: 1 but it still didn't actually do anything
The text was updated successfully, but these errors were encountered: