Pinned Repositories
cuda_knapsack_01
Cuda Implementation of Knapsack 0/1 Dynamic Programming Problem
cuda_minmax
CUDA Implementation of searching for Min-Max value through Reduction Algorithm
cuda_montecarlo
CUDA Implementation of Monte Carlo Simulation (Barrier Option Pricing Call and Put)
SVG-Editor-Java
SVG shape editor (Java)
CL-basic
A very simple prototype for a basic OpenCL host and kernel code
GEGL-OpenCL
Gimp-GEGL is the first official OpenCL Porting Project of
GEGL_wrapper
OpenCL
The content of the OpenCL.org website
rocPRIM
ROCm Parallel Primitives
rocRAND
RAND library for HIP programming language
AJcodes's Repositories
AJcodes/cuda_minmax
CUDA Implementation of searching for Min-Max value through Reduction Algorithm
AJcodes/cuda_knapsack_01
Cuda Implementation of Knapsack 0/1 Dynamic Programming Problem
AJcodes/SVG-Editor-Java
SVG shape editor (Java)
AJcodes/cuda_montecarlo
CUDA Implementation of Monte Carlo Simulation (Barrier Option Pricing Call and Put)
AJcodes/Interview-Questions
Interview Questions attempted from CareerCup and actual interviews
AJcodes/CmdParser
A simple and lightweight command line parser using C++11.
AJcodes/Conference-Presentation-C-Sharp
Conference Presentation Tool (Client/Server App, allows clients to connect to server presentation)
AJcodes/cub
CUB is a flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming.
AJcodes/cuda_ga
CUDA Implementation of Genetic Algorithm to find target string
AJcodes/cuda_histogram
CUDA implementation of Histogram algorithm
AJcodes/cuda_matrixmult
CUDA Implementation of Matrix Multiplication
AJcodes/cuda_sort
CUDA Implementation of Merge Sort
AJcodes/exiv2
Image metadata library and tools
AJcodes/Happy-Family-Java
Game of Happy Family (Server/Client Java app)
AJcodes/openmm
OpenMM is a toolkit for molecular simulation using high performance GPU code.
AJcodes/Pathfinder
C++ and QT (Further Optimizations necessary), uses BFS to find shortest path in maze
AJcodes/QTSnake-Cplusplus_Version1
Basic Snake Game done in C++ and QT. Press space to begin game, P to pause, and ESC to quit. This is Version 1 with a very basic UI. Version 2 will include polymorphism concept and better UI.
AJcodes/Simulated-Annealing-TSP-Cplusplus
WIP