Skip to content
View Terminus-IMRC's full-sized avatar
💭
Doing nothing helpful
💭
Doing nothing helpful

Organizations

@tsukuten @HPCSLab
Block or Report

Block or report Terminus-IMRC

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. Idein/py-videocore6 Idein/py-videocore6 Public

    Python library for GPGPU programming on Raspberry Pi 4

    Python 233 25

  2. Idein/qmkl Idein/qmkl Public

    Math Kernel Library for VideoCore IV QPU

    Python 67 10

  3. Idein/qmkl6 Idein/qmkl6 Public

    BLAS library for VideoCore VI QPU (Raspberry Pi 4)

    Python 65 7

  4. RPiCluster2 RPiCluster2 Public

    Yet another Raspberry Pi cluster, version 2

    Python 10 3

  5. My/our active projects for Raspberry Pi My/our active projects for Raspberry Pi
    1
    ### Low-level libraries
    2
    - [Idein/qmkl](https://github.com/Idein/qmkl): BLAS library for VideoCore IV QPU (Raspberry Pi Zero/1/2/3).
    3
    - [Idein/qmkl6](https://github.com/Idein/qmkl6): BLAS library for VideoCore VI QPU (Raspberry Pi 4).
    4
    - [Terminus-IMRC/mailbox](https://github.com/Terminus-IMRC/mailbox): A wrapper for Mailbox interface.
    5
    - [Idein/librpimemmgr](https://github.com/Idein/librpimemmgr): A memory manager.
  6. An infinite loop in Makefile with re... An infinite loop in Makefile with remaking rules
    1
    $(info ** Remaking: MAKE_RESTARTS=$(MAKE_RESTARTS) **)
    2
    
                  
    3
    #
    4
    # If WAIT >= t, this Makefile will loop infinitely.
    5
    # If WAIT < t, it won't loop infinitely due to filesystem's time resolution.