-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[ArrayFire + flashlight] flashlight build failure(ArrayFire::afcpu target was not found) #42450
Comments
@coderboyisongithub
|
I can't get "upstream using target correctly" what you are trying to know, anything related to git cmake?@FrankXie05 @ |
The target in this cmake usage is provided by vcpkg. I suspect that the |
Maybe, I don't know that. I followed step by step provided in flashlight documentation to build from source. What shall I do now, what else you need from me |
@coderboyisongithub I think this may not be a vcpkg issue. There's nothing we can do on vcpkg。 |
Note that this is linux, and arraryfire:x64-linux is skipped in vcpkg CI. Anyways: What is the output of |
Yes it should, but its not. |
If |
Which install log you need here. There are many install log in buildtree/arrayfire . I have mentioned a few here: |
I asked for config logs. But never mind. The install log shows that it installs |
Yes. The installation goes without any issue and indicates that the afcpu targets are provided. But during flashlight build it fails to detect the target.. Maybe something to do with vcpkg? |
@coderboyisongithub I'm having the same issue, How did you solve it? |
From what I can say. Flashlight is broken. The maintainers don't answer anything. So,I am working on my own library, It will be functional enough to be used and simple for now. Right now I am working on integrating automatic differentiation, so more hands would be helpful. Would you like to contribute? More hands will do better than one |
Operating system
WSL-Debian (windows 11)
Compiler
GCC, Clang
Steps to reproduce the behavior
Failure logs
Additional context
Flashlight build is dissrupted due to its cpu target not being found. installed via vcpkg
The text was updated successfully, but these errors were encountered: