14/01/2012
Онлайн калькулятор для расчета полноты обуви а также перевод в другие системы нумерации.
13/01/2012
Previously Recorded Webinars:
Webinar Topics Videos and Presentations Taming GPU Compute with C++ AMPDevelopers today inject parallelism into their compute-intensive applications in order to take advantage of multi-core CPU hardware. Beyond CPUs, however, compute accelerators such as general-purpose GPUs can provide orders of magnitude speed-ups for data parallel algorithms. How can you as a C++ developer fully utilize this heterogeneous hardware from your Visual Studio environment? How can you benefit from this tremendous performance boost in your Visual C++ solutions without sacrificing developer productivity? The answers will be presented in this session about C++ Accelerated Massive Parallelism. View Video
Slide DeckAdvanced OpenCL™ Debugging using gDEBugger by Yaki Tebeka, AMD Fellow
Developing robust parallel computing applications is difficult. In this talk we will introduce the audience to gDEBugger, an OpenCL kernel source code debugger, integrated into Visual Studio™. We will display advanced debugging techniques that help locate hard-to-find OpenCL related bugs. Join Yaki Tebeka, an AMD Fellow, responsible for AMD’s developer tools, for this live webinar. Yaki brings over 13 years of experience in software, focusing on 3D graphics, heterogeneous computing and developer tools. View VideoIntroduction to Parallel and Heterogeneous Computing (1 hour)
Learn how heterogeneous computing fits into the parallel computing paradigm, what problems it solves and what opportunities it presents. Video
Slide DeckIntroduction to OpenCL (1 hour)
Learn about the benefits of OpenCL, the anatomy and architecture of OpenCL and the tools and drivers available. Video
Slide DeckGPU Architecture Overview (1 hour)
Learn about the modern GPU architectures and place the devices in context of the CPU technologies available today. Get specific insight into the latest AMD hardware including the 5000 and 6000 series GPUs and how this design affects software implementation. Video
Slide DeckOpenCL Programming in Detail (1.5 hours)
Learn about OpenCL application execution, resource setup, kernel programming and compiling, program execution, memory objects and synchronization. This webinar will also get into OpenCL C Language including restrictions, data types, type casting and conversions, qualifiers, and built-in functions in the context of an N-Body example. Video
Slide DeckReal World Application in OpenCL (1 hour)
Walk through the creation of a video processing application developed by one of our engineers and get a sense of what you might be able to do with OpenCL in your own applications. Video
Slide DeckDevice Fission Extensions for OpenCL (1 hour)
Learn about the unique advantage that OpenCL has when it comes to Fission extensions. Video
Slide DeckSmoothed Particle Hydrodynamics (1 hour)
This webinar describes a project in computational fluid dynamics targeted for videogame applications. The Smoothed Particle Hydrodynamics (SPH) algorithm is a particle method for simulating viscous fluids like water, syrup and air. It is based on solving the incompressible Navier-Stokes equations of fluid mechanics using a particle formulation. This webinar shows you how to build an SPH simulation in OpenCL and discusses design tradeoffs. Source code for the simulation is available. Video
Slide Deck
Download the source code (.rar)Optimizing a Convolution Algorithm (1 hour)
Learn about Debugging OpenCL, performance measurements, general optimization tips and walk through optimizing a convolution algorithm. Video
Slide Deck
