Skip to content

Optimization steps for a C to CUDA parallelization

Notifications You must be signed in to change notification settings

Fostidich/Fractal-Art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fractal-Art

The program produces an image starting from the graph of a fractal.

Two input images are incorporated into the final image: the first one is placed inside the fractal borders, and the other outside.

A shadow effect creates an illusion of depth.

The optimization steps are made in the following order:

  • naive;
  • tiling;
  • slicing;
  • coarsening.
C/CUDA code written by Francesco Ostidich and Francesco Gangi

About

Optimization steps for a C to CUDA parallelization

Topics

Resources

Stars

Watchers

Forks