Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No assigned threads when manually compiling on MSVC #2418

Open
BrianTheBrain11 opened this issue Sep 16, 2024 · 0 comments
Open

No assigned threads when manually compiling on MSVC #2418

BrianTheBrain11 opened this issue Sep 16, 2024 · 0 comments

Comments

@BrianTheBrain11
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant