Skip to content
View ASKabalan's full-sized avatar
  • Laboratoire APC, CNRS/IN2P3
  • Paris

Highlights

  • Pro
Block or Report

Block or report ASKabalan

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. Definitly-not-vscode Definitly-not-vscode Public

    Lua 1

  2. CUDA Macros CUDA Macros
    1
    #include <cuda_runtime.h>
    2
    #include <iostream>
    3
    
                  
    4
    #define CHECK_CUDA_ERROR(val) check((val), #val, __FILE__, __LINE__)
    5
    void check(cudaError_t err, const char* const func, const char* const file,