Skip to content

julianlork/gpu-vector-addition-with-metal-and-cpp

Repository files navigation

gpu-vector-addition-with-metal-and-cpp

Implementation of a gpu accelerated vector addition.

Introduction

This repository is a C++ port of Apple's tutorial Performing Calculations on a GPU originally written in Objective-C and serves as a personal knowledge archive.

Resources

Objective-C tutorial by Apple
https://developer.apple.com/documentation/metal/performing_calculations_on_a_gpu

Getting started with Metal and C++ by Apple
https://developer.apple.com/metal/cpp/

Program metal with C++ by Apple
https://developer.apple.com/videos/play/wwdc2022/10160/

Releases

No releases published

Packages

No packages published

Languages