-
I just reported previosly the impossibility to render with Meshroom, probably cause despite I have an NVidia GPU, _Nvidia does not provide any CUDA package_ for OpenSUSE 15.1 . I use Blender, GIMP ...…
-
为使您的问题得到快速解决,在建立 Issue 前,请您先通过如下方式搜索是否有相似问题:[历史 issue](https://github.com/PaddlePaddle/Paddle-Lite/issues), [FAQ 文档](https://www.paddlepaddle.org.cn/lite/develop/quick_start/faq.html), [官方文档](https://…
nypyp updated
6 months ago
-
I'm a little confused by the prefix and suffix pre-processor defines for deprecated OpenCL APIs. I believe this is a summary of what is in the headers currently:
| API | …
-
**Bug description and how to re-produce**
When trying to crack a hash, I can see that hashcat defaults to using my CPU, and not my GPU(s).
Log:
```
hashcat -m 22000 -a 3 -d 3 file.hc22000 "?d?d?d?…
-
The `Physical32` and `Physical64` addressing models assert a fixed-sized, canonical representation for all pointers, meant for use in OpenCL and related environments (i.e. LevelZero), but I'm not sure…
-
Hey
with config
```
setGlobalAttribute(0,1);// # 0 -- Profiler::0:OFF 1:ON Default:OFF
setGlobalAttribute(7,0); //#simple/quality stitch
// Turn Off/ON ExpoComp
…
-
### Checklist
- [X] This feature I'm requesting is already implemented in yt-dlp.
- [X] This feature is merely a UI/UX update.
- [X] This feature is suitable for primary users with little knowled…
-
Khronos C++ headers are stale versus the repo https://github.com/KhronosGroup/OpenCL-CLHPP
cl.hpp and cl2.hpp contain a bug in Platform::getDevices() which makes its way into the clinfo utility. Thi…
Noerr updated
4 years ago
-
@peastman: I'm seeing this warning during compilation---should we do anything about it?
```
[ 88%] Building CXX object platforms/opencl/sharedTarget/CMakeFiles/OpenMMOpenCL.dir/__/src/OpenCLArray.cp…
-
In Julia, we support exception handling which typically is lowered as a call to an exception handler + `unreachable`. For example, a bounds error:
```llvm
julia> @code_llvm debuginfo=:none f([1], …