Skip to content
View snowclipsed's full-sized avatar
🗡️
🗡️

Highlights

  • Pro

Block or report snowclipsed

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
snowclipsed/README.md

Hey there, I'm snowclipsed.

I like high performance computing and machine intelligence.

Here's my:

  • X/twitter
  • email : snowclipsed [at] gmail [dot] com

Pinned Loading

  1. moondream-zig moondream-zig Public

    moondream in zig.

    Zig 76 3

  2. katana katana Public

    A light tensor library in zig.

    Zig 78 3

  3. Highly Performant Matrix Multiplicat... Highly Performant Matrix Multiplication in Zig (and Grid Search to find the most optimal parameters!)
    1
    // To run tests, do :
    2
    // zig test -OReleaseSafe -Dcpu=native -Dtarget=native matmul.zig
    3
    // To run main, do :
    4
    // zig build-exe -OReleaseFast -Dcpu=native -Dtarget=native matmul.zig
    5
    // ./matmul
  4. 3D Lorenz System Simulation rendered... 3D Lorenz System Simulation rendered using ASCII/UTF-8 in React
    1
    import React, { useState, useEffect, useCallback, useRef } from 'react';
    2
    
                  
    3
    /**
    4
     * Represents a point in 3D space within the Lorenz system.
    5
     */
  5. snowclipsed.github.io snowclipsed.github.io Public

    personal website

    TypeScript 2

  6. Fast Matrix Multiplication in ZIG in... Fast Matrix Multiplication in ZIG in FP32.
    1
    const std = @import("std");
    2
    
                  
    3
    // Can also try:
    4
    // 8 x 64
    5
    // 16 x 64