Pinned Repositories
alethia
LinkedIn clone using Go, Vue.js, Docker, and gRPC
atelier-artemisia-processor
advanced-programming-telegram-clone
Messenger application in java
competitive-programming
Solution for Steven Halim's book on competitive programming
llvm-pass-hands-on
Implementation of several LLVM local optimization passes
optix-ray-tracing
Containerized Real-time Ray Tracer Using NVIDIA OptiX 7 With Denoiser
PhysicsEngine
Professional_CUDA_C_Programming
My solution to Professional CUDA C Programming book
z3-solver-examples-python
The examples of using Z3 solver using the Python library
zeOS
A Simple Operating System
tavakkoliamirmohammad's Repositories
tavakkoliamirmohammad/Professional_CUDA_C_Programming
My solution to Professional CUDA C Programming book
tavakkoliamirmohammad/llvm-pass-hands-on
Implementation of several LLVM local optimization passes
tavakkoliamirmohammad/z3-solver-examples-python
The examples of using Z3 solver using the Python library
tavakkoliamirmohammad/brainfuck-cpp
A C++ implementation of a Brainfuck interpreter and compiler, allowing execution and LLVM IR generation of Brainfuck programs.
tavakkoliamirmohammad/chill-benchmark
tavakkoliamirmohammad/DataStructuresJava
tavakkoliamirmohammad/llvm-project
This is the canonical git mirror of the LLVM subversion repository. The repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
tavakkoliamirmohammad/optix-ray-tracing
Containerized Real-time Ray Tracer Using NVIDIA OptiX 7 With Denoiser
tavakkoliamirmohammad/rust-examples
Rust examples based on rust book
tavakkoliamirmohammad/SimpleRayTracerGLSL
tavakkoliamirmohammad/zeOS
A Simple Operating System
tavakkoliamirmohammad/arduino-lab
Collection of Arduino projects
tavakkoliamirmohammad/awesome-oneapi
An Awesome list of oneAPI projects
tavakkoliamirmohammad/BairstowMethodPolynomial
tavakkoliamirmohammad/ctopcsutahedu.github.io
CTOP Website
tavakkoliamirmohammad/data-parallel-CPP
Source code for 'Data Parallel C++: Mastering DPC++ for Programming of Heterogeneous Systems using C++ and SYCL' by James Reinders, Ben Ashbaugh, James Brodman, Michael Kinsner, John Pennycook, Xinmin Tian (Apress, 2020).
tavakkoliamirmohammad/EightQueen3D
The final project of Computer graphics with features such as rotating camera, the ability to pick an object, and reacting objects to different user events using C++ and OpenGL
tavakkoliamirmohammad/ExpressionEvaluator
tavakkoliamirmohammad/FourierSeriesCoefficient
tavakkoliamirmohammad/iree
A retargetable MLIR-based machine learning compiler and runtime toolkit.
tavakkoliamirmohammad/llvm-abstract-transfer-function
Analyze LLVM's KnownBits transfer functions for the rotate left operation, comparing the composite function's precision and soundness with a decomposed approach using shl, lshr, and or instructions.
tavakkoliamirmohammad/MenchGame
tavakkoliamirmohammad/modern-parallel-programming-cpp-assembly
Source code for 'Modern Parallel Programming with C++ and Assembly' by Dan Kusswurm
tavakkoliamirmohammad/pinn-pde-solver
A collection of PINN solutions using PyTorch for famous PDEs.
tavakkoliamirmohammad/ShapeDrawingAlgorithms
tavakkoliamirmohammad/SkeletalAnimation
tavakkoliamirmohammad/SteinerTree
tavakkoliamirmohammad/UNIX-Command-Line-Interface
A command line interpreter supporting chaining commands, background jobs, file output redirection, history, and auto-completion
tavakkoliamirmohammad/warp
A Python framework for high performance GPU simulation and graphics
tavakkoliamirmohammad/xdsl
A Python Compiler Design Toolkit