Explore >> Select a destination


You are here

verdagon.dev
| | vale.dev
13.6 parsecs away

Travel
| |
| | migocpp.wordpress.com
13.7 parsecs away

Travel
| | The CUDA C/C++ platform allows different programming modes for invoking code on a GPU device. Probably the more familiar and definitely simpler way is writing a single .cu file which contains both the kernel function and the host wrapper with "<<< >>>" invocation syntax. The NVCC compiler would transparently embed compiled device code and all...
| | jborza.com
18.4 parsecs away

Travel
| | Ive went through the first part of From Nand to Tetris course where I learnt to build a simple 16-bit computer called Hack from the digital building blocks (NAND gates). The course used its specific HDL (hardware definition language), which is a gentle way to shield a beginner from the ugliness of a real language, but to implement anything on a real FPGA board one needs to use VHDL or Verilog.
| | smayze.com
50.8 parsecs away

Travel
| In the last post, I set up the infrastructure on my newly configured PC to make sure that it can at least communicate and program a chip. I needed to do this before jumping in and starting to program the ?Controll based display module to minimise the number of issues to be encountered. Initial Check...