Skip to content
#

opencl

Here are 1,118 public repositories matching this topic...

solardiz
solardiz commented Jul 19, 2019

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?)

opentk
frederikja163
frederikja163 commented Jul 4, 2022

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
Silk.NET
krmr
krmr commented Feb 25, 2022

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
  1. Run the code from 'Tutorial 1.1 - Hello Window' in the debugger with a breakpoint on the closing brace of Main.
  2. Once the breakpoint is hit create a memory snapshot and open it.
  3. Inspecting the snapsh
bug help wanted good first issue area-SilkTouch
futhark
phdoerfler
phdoerfler commented Jun 3, 2022

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!

jjfumero
jjfumero commented Sep 17, 2020

Add Javadoc to document the examples in TornadoVM.

This affects the packages under the examples module:

https://github.com/beehive-lab/TornadoVM/tree/master/examples/src/main/java/uk/ac/manchester/tornado/examples

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

good first issue documentation

Improve this page

Add a description, image, and links to the opencl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opencl topic, visit your repo's landing page and select "manage topics."

Learn more