Skip to content

Mark44-AVX/CUDA-vs.-AVX-512

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CUDA-vs.-AVX-512

Comparison of regression line calculation in CUDA GPU code vs. AVX-512 code This repository contains the source code (only) for an NVidia CUDA implementation of a regression line calculation and a C/assembly implementation of the same.

File for the CUDA implementation RegressionLine2.cu

Files for the C/AVX-512 implementation Main2.cpp avxTest.asm

Note that I have included only the source code, but none of the associated Visual Studio files used to build a complete application.

Contact info: Mark44 at PhysicsForums.com

About

Comparison of regression line calculation in CUDA GPU code vs. AVX-512 code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published