Carlchristian Eckert

Results 4 issues of Carlchristian Eckert

The web-client supports arbitrary channel-names like `https://hack.chat/?foo::bar`. The app does not allow to type in the special characters like `:` (or any other). The keyboard shows up, but input is...

In the host class is a plain call to cudaMalloc and cudaFree, which should be factored out. One possiblity is to add more functionality in the _ReservePool_ policy. See #116...

refactoring

The link to > - 2012, May 5th: [Presentation](http://innovativeparallel.org/Presentations/inPar_kainz.pdf) at _Innovative Parallel Computing 2012_ by _Bernhard Kainz_ is outdated, but I wasn't able to find the presentation slides anywhere, so...

documentation

Currently, the host object must call the `finalizeHeap()` method to free all memory. An improvement would be to implement everything in the destructor and use RAII. This would probably work...

refactoring