Skip to content
View the-iron-ryan's full-sized avatar

Block or report the-iron-ryan

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cuda-conv-kernels cuda-conv-kernels Public

    Hand-written CUDA convolution & classifier kernels for a VGG-style CNN, profiled on an NVIDIA Titan V, with a CuDNN comparison and a roofline performance model.

    Cuda

  2. MPO_QFT MPO_QFT Public

    Classical simulation of the Quantum Fourier Transform as a Matrix Product Operator (zip-up algorithm), reproducing arXiv:2304.01751 — with an animation, runtime benchmarks, and error analysis.

    Jupyter Notebook

  3. QuadTree-for-Unreal-Engine QuadTree-for-Unreal-Engine Public

    This is a simple AActor position based quadtree developed for Unreal Engine

    C++ 13 4

  4. qasm-simulator qasm-simulator Public

    QASM simulator written in Rust

    OpenQASM

  5. RyansEngine RyansEngine Public

    A work-in-progress game engine made with C++ using OpenGL, glew, and QT. All math libraries were coded by myself. Also includes basic movement and rotation of drawn objects

    C++

  6. Lazards Lazards Public

    2D platformer developed with python using pygame. The player must reach the end of the level by dodging and killing enemies with his laser rifle. Game features procedural level generation using a w…

    Python