Skip to content
View crrapi's full-sized avatar

Organizations

@NVIDIAGameWorks @nanipy

Block or report crrapi

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. tulip-engine tulip-engine Public

    C++ game engine designed for high performance and modularity

    C++

  2. async-cleverbot async-cleverbot Public

    high-performance and versatile asyncio API wrapper for the Travitia Cleverbot API

    Python

  3. async-cse async-cse Public

    Asyncio API wrapper for the Google Custom Search JSON API. https://developers.google.com/custom-search/v1/overview

    Python 1 1

  4. twilight twilight Public

    High performance C++ thread pool library for parallelization

    C++

  5. lang lang Public

    Programming language wip

    C++

  6. Optimal matrix multiplication as a C... Optimal matrix multiplication as a Cuda kernel
    1
    #include <cuda_runtime.h>
    2
    #include <device_launch_parameters.h>
    3
    #include <stdio.h>
    4
    #include <stdlib.h>
    5
    #include <math.h>