Tag Archives: NVIDIA

Jetson TK1 Tegra Peformance Test with Nbody

Unboxing NVIDIA Jetson TK1 Mobile Supercomputer for embedded systems development running the popular Nbody CUDA SDK sample for performance tests with 8192 particles. Screen recording made with Elgato Game Capture HD. Colors were inverted for white space optic. More information … Continue reading

Posted in Experiments | Tagged , , , , , , , , , | Comments Off

Virtual universe simulation with CUDA (nbody)

This is a brute force Nbody implementation with ManagedCuda and SharpDX. It runs on a Geforce Titan at 30fps with 61440 stars. Recorded with NVIDIA ShadowPlay. Particles are bloomed, use of a SkyBox made with SpaceScape.

Posted in Experiments | Tagged , , , , , , , , , , , , , | Comments Off

CUDA experiment III – 2 million pixel

This CUDA experiment maps a FULL-HD (1920×1080 @ 30 frames per second, MPEG2 compression) video source into 3D space. Each frame is processed in real-time on the GPU using CUDA. Each pixel in a frame (2.073.600 pixels per frame) is scaled by its luminance value and given the original color. The camera flight is realized with a 3D space navigator in real-time. This application is written in C# using DirectX 11, CUDA.NET and DirectShow.NET libraries. Benchmarks: Continue reading

Posted in Experiments | Tagged , , , , , , , , , , , | Comments Off