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.

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 Loading

  1. cuda_histogram cuda_histogram Public

    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_histogram mpi_histogram Public

    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_multiplication openMP_matrix_multiplication Public

    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_philosophers openMP_philosophers Public

    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_philosophers pthread_philosophers Public

    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-kids scheung97/PANDA-kids Public

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

    Python