Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 419 Bytes

particle-simulator

particle gravitational computing using Nvidia CUDA and Intel AVX instructions used as school project

Project (directories)

  • avx: Using avx instructions
  • cuda_1: Using NVIDIA CUDA without GPU shared memory
  • cuda_2: Using NVIDIA CUDA with GPU shared memory

Reguirements:

avx:

  • compilator intel/15.3.187
  • CPU with avx registers

cuda:

  • compilator intel/15.3.187
  • cuda module