Skip to content
#

opencl

Here are 942 public repositories matching this topic...

opentk

The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.

  • Updated Feb 24, 2021
  • C#
futhark
Silk.NET
Perksey
Perksey commented Feb 13, 2021

Summary of feature

Currently, Silk.NET.Maths just respects the underlying language rules with regards to overflows, underflows, checked contexts, and unchecked contexts. We should add methods that are explicitly unchecked or checked such that the user knows what a method will actually do.

Comments

For example

  • Scalar.CheckedAdd(a, b)
  • Vector.CheckedMultiply(a, b)
    etc

Does th

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

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