Related News
Debian GNU/Hurd "Wheezy" release
- Details
- Last Updated on Monday, 18 March 2013 10:40
- Hits: 3227
The Debian development team has anounced their plans for a Debian GNU/Hurd release in conjunction with other Debian "Wheezy" releases when it's out in late 2012 or early 2013. The Hurd is a kernel that consists of a set of protocols and servers that run on the Match microkernel, to complete the GNU operating system.
WebCL: executing OpenCL from the browser
- Details
- Last Updated on Monday, 18 March 2013 10:40
- Hits: 2423
A few months ago WebGL, a software library that extends JavaScript to allow it to generate interactive 3D graphics was released, yesterday it was the turn of WebCL, with the aim of allowing modern browsers to execute OpenCL kernels from javascript code. This brings GPGPU computing into web pages.
AMD's redesigns its GPU architecture
- Details
- Last Updated on Monday, 18 March 2013 10:40
- Hits: 1631
AMD presented at Fusion Developer Summit (AFDS) details about the design of Graphics Core Next (GCN). This new architecture is based on 16 wide SIMD cores which improves GPGPU computing compared to the VLIW5 & VLIW4 used till now.
Microsoft demos heterogeneous C++ for AMD APU
- Details
- Last Updated on Monday, 18 March 2013 10:40
- Hits: 1821
The problem with prefetch in linux
- Details
- Last Updated on Monday, 18 March 2013 10:40
- Hits: 2390
A few days ago has been published in LWN (Linux Weekly News) an article explaining how old prefetch micro-optimization can slightly slow down the kernel in modern CPUs as it interferes with the logic of the hardware prefetching and branch prediction mechanisms.