Um livro fantástico sobre programação

By Paulo No comments

A proposta original do livro é ajudar o leitor a se preparar para entrevistas técnicas para vagas de desenvolvimento de software, e o objetivo é atingido elegantemente. Estou falando de um livro bem famoso chamado Cracking the Coding Interview. Infelizmente ainda não temos em português. Mas eu gostaria de falar de um outro aspecto do […]

PyNeblina and neblina-core

By Paulo No comments

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 […]

Installing pyclblast on OpenSuse 15.2

By Paulo No comments

First things first, you should really take it serious all the information that nvidia says regarding the Linux distro and version that you are planning to use as your base GPU development platform. Failing to comply with the versions leads to chaos, terror, suffering and pain, believe me for I have tried many combinations! So, […]