Pinned Repositories
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
cms_topn
PostgreSQL extension to use count-min sketch top-n algorithm.
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).
DNNFI
Fault Injector for Deep Neural Network (DNN) Accelerators
householder-QR
C++ implementation of Householder QR Factorization
least-squares-fitting
Solving the Least Squares Problem via reduced QR factorization by Gram-Schmidt and by Householder triangularization.
MiniMD
MiniMD
mpiCG
Implement conjugate gradient with MPI
Numerical-Algebra-GramSchmidt
CGS and MGS implementation
Parallel_Conjugate_Gradient_MPI
ozturkosu's Repositories
ozturkosu/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
ozturkosu/GNNPapers
Must-read papers on graph neural networks (GNN)
ozturkosu/Important-Github-ML-Repositories
"Don’t waste your time in anger, regrets, worries, and grudges. Life is too short to be unhappy."― Roy T. Bennett
ozturkosu/influential-cs-books
Most influential books on Computer Science/programming
ozturkosu/leetcode-1
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
ozturkosu/Machine-Learning-Collection
A resource for learning about ML, DL, PyTorch and TensorFlow. Feedback always appreciated :)
ozturkosu/MachineLearningBook
The companion repository for the book "Machine Learning Fundamentals".
ozturkosu/Modern-CPP-Programming
Modern C++ Programming Course (C++11/14/17/20)
ozturkosu/AMX-Guide
Advanced Matrix Extensions (AMX) Guide
ozturkosu/APNN-TC
ozturkosu/ATPESC_MachineLearning
Lecture and hands-on material for Track 8- Machine Learning of Argonne Training Program on Extreme-Scale Computing
ozturkosu/bricklib
Distributed Performance-portable Stencil Compuitation
ozturkosu/codeBlogArticles
Code used for blog articles
ozturkosu/cogent_kokkos
ozturkosu/cppinsights
C++ Insights - See your source code with the eyes of a compiler
ozturkosu/cuda-samples
Samples for CUDA Developers which demonstrates features in CUDA Toolkit
ozturkosu/cuda_hgemm
Several optimization methods of half-precision general matrix multiplication (HGEMM) using tensor core with WMMA API and MMA PTX instruction.
ozturkosu/CUDALibrarySamples
CUDA Library Samples
ozturkosu/deep-generative-models-course-projects
Paper re-implementations from the course METU CENG796 Deep Generative Models.
ozturkosu/golang_snake
Golang version snake game
ozturkosu/hipTT
HIP port of the fast GPU tensor transpose library cuTT
ozturkosu/kokkos_navi
Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model - Parallel Execution and Memory Abstraction
ozturkosu/mlir-tutorial
MLIR For Beginners tutorial
ozturkosu/mpi-tutorial-examples
ozturkosu/mpitutorial
MPI programming lessons in C and executable code examples
ozturkosu/pytorch_resnet_cifar10
Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.
ozturkosu/sliding-window
ozturkosu/SPARTA
SParse AcceleRation on Tensor Architecture
ozturkosu/TCGNN-Pytorch
TC-GNN with Pytorch integration
ozturkosu/Tensordot
Code generator for tensor contraction