-
# 平台(如果交叉编译请再附上交叉编译目标平台):
RK3588,本地编译
gcc版本11.4.0
g++版本
Ubuntu 22.04
# Github版本:
git clone https://github.com/alibaba/MNN.git
# 编译方式:
cmake..
make -j4
python build_deps.py opencl
py…
-
Hi,
I would like to try out sayuri but only have igpu hd520 graphics. Is openCl possible in the future? Thanks.
-
The macros for OpenCL C features are currently defined manually in `c/feature-dictionary.asciidoc`. Here is an example:
```
// opencl_c_kernel_clock_scope_sub_group
ifdef::backend-html5[]
:openc…
kpet updated
5 months ago
-
$RAR3$*1* hash problem (23800 RAR3-p (Compressed)
is that hashcat does not support hash $RAR3$*1* longer than 110 characters. My hash contains 1944374 characters.
Here it is in full
[hash.zip](http…
-
The SYCL 2020 spec seems to indicate that every backend must have a backend-specific error code enumeration. From [Section 4.5.1.1](https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-202…
-
I'm struggling getting GPU to work on Android. Device is OnePlus 8T, and I'm keeping the app in the foreground (to ensure it's not getting killed).
Using `--useclblast 0 0` on a small model results…
-
Thanks for the FOSS!
Suggestion for future possible backends runtimes: Vulkan, OpenCL, SYCL/OpenVino/intel GPU, AMD gpu/ROCm/HIP.
Vulkan and OpenCL both have the possibility of being very port…
-
I think we made a mistake in SYCL 2020 for `event::get_backend` in two cases:
* The default constructed `event`
* The `event` that is returned when you submit a host task
In both of these cases…
-
```
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
--Type for more, q to quit, c to continue without paging--bt
Core was generated by `/space/pvelesko/chipStar/kernel-c…
-
**Bug summary**
get_device().get_info() returns 18446744073709551615 for cpu device.
**To Reproduce**
e.g.
```cpp
spdlog::info("Device: {}", Globals::Queue.get_device().get_info());
auto globa…