Explore >> Select a destination


You are here

bulldozer00.blog
| | matbesancon.xyz
16.4 parsecs away

Travel
| | Learning by doing: predicting the outcome.
| | akrzemi1.wordpress.com
17.0 parsecs away

Travel
| | This post has been inspired by the readers' questions about using concepts to solve real problems. We will have a look at two such problems and see if, and how, concepts can help. Case Study 1 My concept has two functions: one produces a value, and the other one later consumes this value: How to...
| | migocpp.wordpress.com
16.8 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...
| | david-codes.hatanian.com
96.4 parsecs away

Travel
| Having worked in the software engineering field for 6 years, I sometimes pause and consider how much I have learned since I started my career. One thing that...