lovewarez Posted March 25, 2021 Report Share Posted March 25, 2021 GPU computing in Vulkan MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English + srt | Duration: 22 lectures (3h 12m) | Size: 1.51 GB The ultimate way to parallel computing using Vulkan API What you'll learn: Install Vulkan library and use it in a C project Create Makefile for a project Enumerate GPUs in the system Allocate a GPU and its resources Prepare and submit a command buffer to a queue in the GPU Allocate a memory in the GPU and read / write to it. Write a program for GPU (ie shader) and run it in thousands of instances at once. Generate a fractal image in the GPU Requirements Programming experience Interest in parallel execution Interest in fast execution of small routines Description The course shows the simplest possible way to create a project utilizing Vulkan library to run a compute shader: From Makefile to the program performing very fast parallel calculations in GPU. Vulkan is a cross plattform 3D graphics and computing library, successor of OpenGL. It was first released in 2016 and today it is available on most of modern operating systems. All functions and operations with Vulkan library are demonstrated using C language, in a very understandable way, suitable also for developers specialized in other languages. To fully understand the course, some experience in programming and using static libraries is required though. The course tries to lead you to visible results as soon as possible. Vulkan library usually requires to write hundreds (up to thousand) of lines to get first results and to understand what is happening inside, but here, the project grows while keeping your attention to all the dependencies. The course describes how to: Read properties and limits of the graphics adapters in the system Allocate the GPU logical device and its execution queues Allocate the GPU memory, read and write data from / to it create a command buffer, records actions in it and send it to the GPU queue for execution Implement data processing in a shader and execute in parallel Generate a fractal image in the GPU Compare results of GPU and CPU computing Compare the speed of GPU and CPU computing At the end, you'll be ready to write and execute your own compute shader using Vulkan library. Or, it gives a very good start to implement 3D graphics in Vulkan since you will already understand the principle and basics of Vulkan API. Who this course is for Software developers 3D graphics beginners interested in the latest technologies Mathematicians looking for a parallel execution of algorithmshttps://www.udemy.com/course/vulkan-gpu-computing/ http://nitroflare.com/view/D8B34C5987EE794/GPU_computing_in_Vulkan.part1.rar http://nitroflare.com/view/C71F013837536B0/GPU_computing_in_Vulkan.part2.rar https://rapidgator.net/file/6ea5fd5d3bb47e38e6d54f8941746792/GPU_computing_in_Vulkan.part1.rar.html https://rapidgator.net/file/0c8f126d2949f257ea3b79209ac19442/GPU_computing_in_Vulkan.part2.rar.html https://uploadgig.com/file/download/d2167746036e092a/GPU_computing_in_Vulkan.part1.rar https://uploadgig.com/file/download/72d9fEe29A6e10fc/GPU_computing_in_Vulkan.part2.rar Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now