Skip to content
View lexispike's full-sized avatar

Block or report lexispike

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. cuda_histogramcuda_histogramPublic

    This program takes in a number of values (N) and a number of classes (M) and creates a histogram with M classes with a total number of N values. It outputs the count for each class in ascending ord…

    Cuda

  2. mpi_histogrammpi_histogramPublic

    This program takes in a number of values (N) and a number of classes (M) and creates a histogram with M classes with a total number of N values. It outputs the count for each class in ascending ord…

    C

  3. openMP_matrix_multiplicationopenMP_matrix_multiplicationPublic

    The program multiples a 1000x1000 matrix of integers with a 1000x1 vector of integers to get a resulting 1000x1 vector of integers. It uses OpenMP parallel fors and OpenMP built-in reduction. It al…

    C++

  4. openMP_philosophersopenMP_philosophersPublic

    This program takes in a number of philosophers and allows each philosopher to eat if they have two forks in hand, else the philosopher thinks. It is an OpenMP parallel program that represents philo…

    C++

  5. pthread_philosopherspthread_philosophersPublic

    This program takes in a number of philosophers and allows each philosopher to eat if they have two forks in hand, else the philosopher thinks. It is a threaded program that represents philosophers …

    C++

  6. scheung97/PANDA-kidsscheung97/PANDA-kidsPublic

    AI-driven device aimed to assist with child monitoring and care in various environments. 2019 Fall Capstone Project. Advisor: Professor Bahram Shafai

    Python