Pinned Repositories
uhd
The USRP™ Hardware Driver Repository
bezier_curve
bezier curve generator
bresenham
Implementation of Bresenham Algorithm for Line Drawing (for practice). Renders to PNG. Need libpng which also needs libz
cuda_reduce
Trying out the reduction kernels from The CUDA Handbook by Nicolas Wilt and Mark Harris' (NVIDIA) reduction kernels
dev_func_fft
double_buffer_persistent
Example of a persistent CUDA kernel wtih dual output buffers
fibonacci_fractal
Based on: https://rosettacode.org/wiki/Fibonacci_word
linux_config_files
I'm tired to having to redo my bashrc, bash_aliases, vimrc and vim files.
npcuda_experiments
Based on https://github.com/rmcgibbo/npcuda-example. I got it to work with pinned memory via cudaHostRegister(). It sets NumPy memory to be used by CUDA?
sudoku_validator
hazevt04's Repositories
hazevt04/cuda_reduce
Trying out the reduction kernels from The CUDA Handbook by Nicolas Wilt and Mark Harris' (NVIDIA) reduction kernels
hazevt04/double_buffer_persistent
Example of a persistent CUDA kernel wtih dual output buffers
hazevt04/dev_func_fft
hazevt04/fibonacci_fractal
Based on: https://rosettacode.org/wiki/Fibonacci_word
hazevt04/linux_config_files
I'm tired to having to redo my bashrc, bash_aliases, vimrc and vim files.
hazevt04/sudoku_validator
hazevt04/c_plus_plus_template
Template for C++ project with my utils.h define macros (debug_printf), a random value generator and timing using std::chrono
hazevt04/cuda_cufft_half_precision
Trying out half precision and cuFFT
hazevt04/cuda_half_precision
Trying out half precision with CUDA device and host code
hazevt04/cuda_sliding_window
CUDA for sliding window kernel experimentation
hazevt04/cuda_template
My starting point for CUDA projects. This initial version is an epic overkill for a vector add but shows off what you can do (maybe not what you should do?)
hazevt04/easyline
Code Wars 7ku Problem- Sum of the Squares for a line of Pascal's Triangle. For now, limited to factorial result fitting in ULLONG_MAX.
hazevt04/fft_sine_wave
Python for experimenting with Numpy and FFT
hazevt04/inflation_calculator
Inflation calculator for 1913 to 2018.
hazevt04/iterative_rotation_cipher
From CodeWars.com, solution to Code Kata.
hazevt04/my_py_utils
hazevt04/norm_autocorr
normalized autocorrelation example
hazevt04/number_spiral
hazevt04/parseInt
hazevt04/reciprocal_double
Trying out reciprocal double code
hazevt04/SMFFT
fast Fourier transform on GPU in shared memory for AstroAccelerate project
hazevt04/snake_numbering
For the draft position, number of teams, and number of rounds, list the overall pick numbers
hazevt04/test_cuda_api_wrapper
Actually a testbed for trying out cuda-api-wrappers (by eyalroz) for smart pointers with CUDA and CUB (by nVidia) for its kernel primitives
hazevt04/test_cufft
Messing around with NVIDIA's cuFFT library
hazevt04/timer_blinking_leds
Using system timer to blink two LEDs on a Raspberry Pi 3
hazevt04/tribonacci_sequence
As the name may already reveal, it works basically like a Fibonacci, but summing the last 3 (instead of 2) numbers of the sequence to generate the next.
hazevt04/try_delay_val
Trying out various ways to implement the delay block from GNU Radio Companion. It's more complicated than it seems due to it dealing with complex values?
hazevt04/try_fft
hazevt04/try_thrust
Trying out NVidia's Thrust library
hazevt04/try_thrust_man_vec
Trying out extension of thrust::device_malloc_allocator done by use hwinkler on NVidia Developer Zone: https://forums.developer.nvidia.com/t/thrust-is-there-a-managed-vector-with-unified-memory-do-we-still-only-have-device-vector-cuda-thrust-managed-vectors/47249/3