opencl
Here are 1,118 public repositories matching this topic...
-
Updated
Jul 6, 2022 - Python
how to use gui in the AidLearning?how to custom the gui?
-
Updated
Jun 25, 2022 - 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.
-
Updated
Jul 6, 2022 - C++
Description
Make all the types in OpenTK.Graphics.Types.cs the same style.
Here are a list of ways they should be cleaned up.
- Inherit IEquateable.
- Provide a method
public bool Equals([AllowNull] T other)
- All provide same implementation (Some names needs cleaning up a bit, and the implementations should follow the same style.)
Related information
- Effects OpenTK 5
-
Updated
May 30, 2022 - C++
Summary
After closing a GLFW rendering window GLFW ande some referenced objects remain in memory.
Steps to reproduce
- Platform: Desktop
- Framework Version: .NET 5
- API: OpenGL
- Run the code from 'Tutorial 1.1 - Hello Window' in the debugger with a breakpoint on the closing brace of Main.
- Once the breakpoint is hit create a memory snapshot and open it.
- Inspecting the snapsh
There is currently code generation for C and Python and there are a few inofficial bridges using the former to call futhark code from Haskell, Python, rust and Standard ML. However, there is no such convenient way to call futhark from a JVM language. Please add such support. I'd love to be able to call futhark code from, e.g., a Scala program. Thanks!
-
Updated
Sep 11, 2018 - C++
-
Updated
Apr 13, 2022 - C++
-
Updated
Jun 23, 2022 - Clojure
-
Updated
Feb 14, 2022 - C
-
Updated
May 28, 2022 - Nim
-
Updated
Jul 2, 2022 - Rust
-
Updated
Jul 2, 2022 - Python
-
Updated
May 29, 2022 - C++
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
Jul 6, 2022 - C++
-
Updated
Jul 26, 2021 - Python
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?)