ShoYamanishi / AppleNumericalComputingLinks
Study and Implementations of Numerical Algorithms on Apple M1 and A* Devices
☆149Updated 2 years ago
Alternatives and similar repositories for AppleNumericalComputing
Users that are interested in AppleNumericalComputing are comparing it to the libraries listed below
Sorting:
- FP64 equivalent GEMM via Int8 Tensor Cores using the Ozaki scheme☆93Updated 8 months ago
- Metal Shading Language on Apple M1's GPU for scientific C++.☆104Updated 2 years ago
- Apple GPU microarchitecture☆562Updated last year
- Scientific computing with Metal in C++: Matrix multiplication example☆45Updated 3 years ago
- A profiler to disclose and quantify hardware features on GPUs.☆174Updated 3 years ago
- BGHT: High-performance static GPU hash tables.☆71Updated 4 months ago
- Emulating double-precision arithmetic on Apple GPUs☆55Updated 2 years ago
- Running linear algebra as fast as possible on Apple silicon☆27Updated 2 years ago
- Template for starting CUDA/C++ project using CMake with Github Action for CI☆31Updated 5 months ago
- ☆69Updated last month
- BLIS fork with kernels for Apple M1. (Perhaps) The first open-source BLAS with Apple Matrix Coprocessor support.☆36Updated 2 years ago
- A simple profiler to count Nvidia PTX assembly instructions of OpenCL/SYCL/CUDA kernels for roofline model analysis.☆56Updated 8 months ago
- A python library to run metal compute kernels on macOS☆85Updated 10 months ago
- Generate simple index ranges in C++ and CUDA C++☆39Updated 2 years ago
- THIS REPOSITORY HAS MOVED TO github.com/nvidia/cub, WHICH IS AUTOMATICALLY MIRRORED HERE.☆85Updated last year
- CUDA implementation of exclusive prefix sum via Blelloch's algorithm☆29Updated 8 years ago
- μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updatin…☆194Updated last week
- CUDA tool set for non-C++ languages that provides similar functionality like Thrust, with NVRTC at its core.☆59Updated 3 years ago
- MLPerf™ Mobile models☆26Updated 2 weeks ago
- Print all known information about the GPU on Apple-designed chips☆93Updated last month
- Exploring the scalable matrix extension of the Apple M4 processor☆211Updated last year
- Subset of BLAS routines optimized for NVIDIA GPUs☆74Updated 2 years ago
- A C++ Compute/Graphics Library and Toolchain enabling same-source CUDA/Host/Metal/OpenCL/Vulkan C++ programming and execution.☆337Updated 2 weeks ago
- Examples for using SYCL on CUDA☆62Updated 2 months ago
- A Visual Studio Code extension for building and debugging CUDA applications.☆94Updated last week
- GPUOcelot: A dynamic compilation framework for PTX☆216Updated 9 months ago
- Some CUDA design patterns and a bit of template magic for CUDA☆156Updated 2 years ago
- CUDA kernel author's tools☆113Updated 3 years ago
- Metal-cpp is a low-overhead C++ interface for Metal that helps developers add Metal functionality to graphics apps, games, and game engin…☆336Updated last month
- An implementation of HIP that works on CPUs, across OSes.☆129Updated last year