Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 428 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 428 Bytes

Convolution_Gaussian_Filter_CL

CSEG437 / CSE5437

Numerical Computing & GPU Programming HW 1

  • Image filtering Using Convolution with Gaussian
  • GPU mode (0/1/2) / CPU mode (3)
  • GPU mode => 0 : naive, 1 : only global memory, 2: with local memory
  • LU : Loop Unrolling implemented
  • filter size (FS) 5/7/9/11

Environment

  • Visual Studio 2019
  • OpenCL 2.1 ↑ & OpenGL 3.3 ↑ should be installed on 'C:\usr\local...'