opencl
Here are 896 public repositories matching this topic...
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 4, 2020 - C++
Current implementation of join can be improved by performing the operation in a single call to the backend kernel instead of multiple calls.
This is a fairly easy kernel and may be a good issue for someone getting to know CUDA/ArrayFire internals. Ping me if you want additional info.
As of 00e1f52cf95c16b0cea34c83372145532b4745ba the LWJGL codebase has a new directory layout. This has broken the included Eclipse project.
Assimp Tutorial
Description
Using Mouse.GetState() returns (0,0) for position when using the trackpad. Using an external mouse works. This cannot be fixed with Mouse.GetState(int).
Repro steps
Call: Console.WriteLine(Mouse.GetState()); in an update frame function.
Expected behavior
It should return the X and Y displacement of your mouse
Actual behavior
It returns (0,0)
Related
-
Updated
Aug 28, 2020 - C++
-
Updated
Sep 11, 2018 - C++
I often use -v just to see that something is going on, but a progress bar (enabled by default) would serve the same purpose and be more concise.
We can just factor out the code from futhark bench for this.
-
Updated
Sep 24, 2020 - C++
-
Updated
Nov 5, 2020 - Clojure
-
Updated
Nov 5, 2020 - Nim
-
Updated
Nov 9, 2020 - Python
-
Updated
Jul 28, 2020 - C
-
Updated
Oct 29, 2020 - Rust
-
Updated
Jul 10, 2020 - C++
-
Updated
Oct 16, 2020 - C++
-
Updated
Nov 9, 2020 - C++
-
Updated
Oct 10, 2020 - C++
-
Updated
Jan 9, 2020 - Python
Add Javadoc to document the examples in TornadoVM.
This affects the packages under the examples module:
The documentation is at the class-level and it will contain a description of how the TornadoVM API is used for each example. Additionally, it contains how to run the example
-
Updated
Sep 21, 2020 - C
Improve this page
Add a description, image, and links to the opencl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the opencl topic, visit your repo's landing page and select "manage topics."
Our users are often confused by the output from programs such as zip2john sometimes being very large (multi-gigabyte). Maybe we should identify and enhance these programs to output a message to stderr to explain to users that it's normal for the output to be very large - maybe always or maybe only when the output size is above a threshold (e.g., 1 million bytes?)