gpgpu
Here are 408 public repositories matching this topic...
I was looking at the source code and noticed that some of the variable names contain double underscores __. The C++ standard says the following about this.
Each identifier that contains a double underscore __ or begins with an underscore followed by an uppercase letter is reserved to the implementation for any use.
This means, that depending on the C++ implementation used, undefined beha
-
Updated
Dec 12, 2021 - C++
In order to test manually altered IR, it would be nice to have a --skip-compilation flag for futhark test, just like we do for futhark bench.
-
Updated
Apr 1, 2021 - Rust
-
Updated
Feb 4, 2022 - C#
-
Updated
Jul 30, 2018
-
Updated
Dec 8, 2021 - C++
-
Updated
Dec 28, 2021 - Objective-C
-
Updated
Feb 21, 2022 - Clojure
-
Updated
Feb 21, 2022 - Nim
Open issue to openly discuss potential ideas or improvements, whether on documentation, interfaces, examples, bug fixes, etc.
-
Updated
Nov 14, 2021 - C++
-
Updated
Jul 26, 2021 - C++
-
Updated
Nov 19, 2021 - C
-
Updated
Jan 24, 2022 - Rust
Just an FYI whilst I was trawling through the ROCm GitHub page:
https://rocmdocs.amd.com/en/latest/Programming_Guides/Programming-Guides.html#
-
Updated
Feb 21, 2022 - C++
-
Updated
Aug 17, 2016 - JavaScript
-
Updated
Jan 29, 2022 - C++
-
Updated
Feb 19, 2022 - 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?)