Garden_eel
Garden_eel
i tried to find the cause of problem on building process, and summarized two potential attribution: i don't install Nsight Visual Studio Edition on installing CUDA because it is always...
> It should be sufficient to install Visual Studio 2022 and CUDA Toolkit. In your case it already fails at the installation of the package manager vcpkg. There is a...
oh, sorry, now i finally understand your meaning. i have installed CMake tools for Windows, and this doesn't work. the log file in build folder is said:"'powershell.exe' is not an...
thanks a lot, now i've installed powershell and add it to path system variable, so this 'powershell.exe' is not an internal or external command, nor is it a runnable program...
very thanks, now i successfully built it. the problems solved
the crash also happened on x11
I retested it and confirmed that it causes temporary stuttering on the laptop's built-in display. Additionally, it leads to the crash of the display on the external monitor connected via...
Here are reproducible steps: ``` Cr0c0diLe*rust_lab*> git clone https://github.com/arrayfire/arrayfire-rust.git Cloning into 'arrayfire-rust'... remote: Enumerating objects: 51300, done. remote: Counting objects: 100% (1373/1373), done. remote: Compressing objects: 100% (226/226), done. remote:...
[Issue]: Windows 5.7 SDK has broken CMake detection with hardcoded path and nonexistent amdhip64.dll
> try using `find_package(hip)` instead of setting the language to HIP尝试使用 `find_package(hip)` 而不是将语言设置为 HIP Is that a practiced method? I tried to follow the [ROCm-examples](https://github.com/rocm/rocm-examples) building guide but also met...
I found a similar problem [#2996 in ROCm](https://github.com/ROCm/ROCm/issues/2996)