gpgpu
Here are 320 public repositories matching this topic...
-
Updated
Aug 31, 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.
-
Updated
Sep 2, 2020 - C++
-
Updated
Jul 30, 2018
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
Apr 23, 2020 - Rust
-
Updated
Aug 14, 2020 - C++
-
Updated
Aug 25, 2020 - Clojure
-
Updated
Aug 17, 2020 - Objective-C
-
Updated
Aug 11, 2020 - Nim
-
Updated
Jul 10, 2020 - C++
-
Updated
Aug 17, 2016 - JavaScript
-
Updated
Jul 10, 2020 - Rust
-
Updated
Jun 3, 2020 - C++
-
Updated
Jan 28, 2019 - C
The TornadoVM repository contains a module with several examples
. Include more use cases for acceleration with TornadoVM, such as a graphical version for NBODY, filter for photography, block-chain. etc.
-
Updated
Jul 15, 2020 - C++
Many builds with natives have support for maven classifiers (used to provide separate jars depending on OS). This reduces download size etc.
Please add this to aparapi-jni.
-
Updated
Aug 15, 2020 - C++
-
Updated
Oct 9, 2018 - C++
Improve this page
Add a description, image, and links to the gpgpu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gpgpu 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?)