Highlights
- Pro
Pinned Loading
-
Inclusive_scan
Inclusive_scan PublicImplementation of Blelloch scan's along with a modification of the algorithm to perform the `reduce` algorithm instead of the upsweep on the second stage
C++
-
Ising_model
Ising_model PublicImplementation of a cellular automaton on GPU using different features of CUDA
Cuda 1
-
Graph_minor
Graph_minor PublicCompute the graph minor when given the cluster configuration. Implemented in three versions using OpenMPI, pthreads and OpenCilk.
C++
-
RTES_project
RTES_project PublicA producer-consumer type of problem that "produces" a new item at a specified period while also using pthreads to parallelize the generation procedure
C
-
K_select
K_select PublicFind the kth smallest element of an array using MPI. Three different versions have been implemented for this purpose: k-Search, Heuristic Quickselect and Quickselect.
C++
-
AcubeSAT/obc-software
AcubeSAT/obc-software PublicThe OBC Software to be ran on-board the AcubeSAT nanosatellite
154 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 1 commit in 1 repository
Reviewed 1 pull request in 1 repository
vgvassilev/clad
1 pull request
-
Add support of variadic functions as call exprs in Forward mode
This contribution was made on Apr 4
Created an issue in vgvassilev/clad that received 1 comment
Add support of va_start
, va_end
and va_arg
Clad supports the differentiation of variadic functions in ForwardMode, but it is being tested on printf
as far as non-template variadic functions …