Skip to content

HyunJinNo/multicore_computing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multicore_computing


Introduction

  • What is multicore computing?
    • Parallel processing techniques utilizing multicore/manycore hardware
    • Parallel programming principles and practice that utilize multicore/manycore computing system
  • Advantages
    • Multiple cores run multiple instructions at the same time
    • Increase overall program speed (performance)

Examples

  • proj1 - Java thread
  • proj2 - Java's java.util.concurrent package
  • proj3 - OpenMP
  • proj4 - CUDA, Thrust

About

A repository of multicore programming in Java and C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published