-
The gpgpu code is non-trivial in that it took me a while to get it all working correctly. I would like to use this in other projects so it should be refactored and commented in preparation for being p…
-
It's a Udacity interactive course **Intro to Parallel Programming**.
It covers the fundamental of GPGPU parallel computing and contains very useful examples and exercises.
Here's the link:
https://w…
-
While benchmarking following script I'm quite surprised to find when `OpenCL` was enabled, it's about seven times slower than running on `CPU`, any idea why?
``` lua
require 'rnn'
require 'optim'
req…
-
Like almost all others we could start with Trilinos. It has Python bindings so I guess it's usable in Julia too with some effort. Unfortunately nothing compiles for me but maybe some other has better …
-
I know this is kind of out of scope for OTE, more an experimental feature in the future. I've been looking at getting a new rig and was aiming for higher end systems like the AMD FX-9590 which uses 22…
ghost updated
9 years ago
-
The following entry crashes the latex_decode function in Recode.pm:
```
@article{Test,
author = {\'{A}},
}
```
```
[370] Biber.pm:3115> INFO - Looking for bibtex format file 'arch.bib' for sect…
-
- Note: I use this issue post as an announcement since our Jekyll website is not authorized (@StefanKarpinski) to release for now and I don't yet have time to update the main website in the master bra…
-
From: https://issues.numenta.org/browse/NPC-258
Evaluate if/how GPGPU programming techniques (openCL) can be used to speed up the CLA.
-
Originally reported on Google Code with ID 1052
```
Purpose of code changes on this branch:
To address complaints on the effectiveness of luma NR
When reviewing my code changes, please focus on:
Whe…
-
When i use sf::Text longer than 128 chars (excluding spaces and line breaks) my CPU usage jumps from 2% to 25%. It's 25% of my 4-core so it uses 100% of one logical core.
The limit is 128 characters …
ghost updated
10 years ago