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/GPU-Fault-Injection
GPU Fault Injection using CUDA GDB
ozturkosu/MiniMD
MiniMD
ozturkosu/AI-reading-list
Up to date list of the most interesting papers in AI
ozturkosu/artificial
ozturkosu/BubblesProject
Bilkent CS319 Course Project
ozturkosu/Challenge
The OpenMP SC14 Code Challenge
ozturkosu/clustering-community-detection
Java Implementation of the following algorithoms: Hierarchical Clustering ( Single/Complete/Average Linkage), K-Means, Nearest Neighbor Clustering and Shortest Path betweeness for graph modularity.
ozturkosu/clustexer
K-Means Cluster Location Data and Generate Convex Hulls CSV/Google Maps HTML Script
ozturkosu/crazy-space-war
CS-319 Fall-2014 Term Project
ozturkosu/cs2102
Website Form
ozturkosu/cuda-sample
CUDA official sample codes
ozturkosu/CudaJacobi
CUDA implementation of the Jacobi method
ozturkosu/ompi
Open MPI main development repository
ozturkosu/OSlab
All os laboratory assignment codes
ozturkosu/pennygame
ozturkosu/programming-challanges
My solutions in Python and Haskell to problems on various online programming challanges.
ozturkosu/spgemm
Sparse matrix-matrix multiplication on CPU+GPU systems.
ozturkosu/tensorflow
Open source software library for numerical computation using data flow graphs.
ozturkosu/TopnStructures