Skip to content
View matthewsilva's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report matthewsilva

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. CUDA-Image-Filtering CUDA-Image-Filtering Public

    A CUDA variant of the LibTIFF-Parallelized-Image-Filtering repo. Uses CUDA to launch 30,000+ threads in variably sized thread blocks to filter an image with LibTIFF

    Cuda

  2. LibTIFF-Parallelized-Image-Filtering LibTIFF-Parallelized-Image-Filtering Public

    Uses LibTIFF to rasterize and filter an image. Uses AVX and pthreads to parallelize the filtering operations.

    C++ 1

  3. shell shell Public

    C

  4. SIMD-Matrix-Vectorization SIMD-Matrix-Vectorization Public

    Uses Intel AVX Intrinsics to vectorize a matrix. Features other optimaztions that take advantage of locality to reduce cache misses.

    C++

  5. ThreadWorker ThreadWorker Public

    An extension of the ThreadRacer game that challenges the user to create optimized code for increases in movement, building, and resource gathering speeds. Also includes some pathfinding for the opp…

    C

  6. ArrLib ArrLib Public

    Library of collections to make C programming a little easier

    C