PyNeblina and neblina-core
Neblina is a programming language that abstracts the underlying GPU to the user through OpenCL. The reader can find more information here. However, maintaining a complete programming language demands too much work, so we decided to extract its math functions to create a library and then wrap this library, exposing it to Python. The strategy was […]