-
GE Healthcare & Independent
- Haifa, Israel/Palestine
- eyalroz.github.io
Block or Report
Block or report eyalroz
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
gpu-kernel-runner Public
Runs a single CUDA/OpenCL kernel, taking its source from a file and arguments from the command-line
C++
-
printf Public
Forked from mpaland/printf
Tiny, fast(ish), self-contained and fully loaded printf, sprinf etc. implementation, mainly for embedded systems.
-
ssb-dbgen Public
Forked from greenlion/ssb-dbgen
Star Schema Benchmark data set generator (dbgen) - unified repository
-
tpch-dbgen Public
Forked from electrum/tpch-dbgen
Data & query generation utilities for the TPC-H benchmark (unified repository)
906 contributions in the last year
Activity overview
Contribution activity
July 2022
Created 68 commits in 4 repositories
Created a pull request in jarro2783/cxxopts that received 5 comments
Fixes #345, fixes #346: Exception code tweaks
This puts exceptions in their own sub-namespace and renames some of them accordingly. Note that I think there might be an over-abundance of excepti…
Opened 6 other pull requests in 2 repositories
jarro2783/cxxopts
4
merged
1
closed
eyalroz/bidimailui
1
merged
Reviewed 1 pull request in 1 repository
jarro2783/cxxopts
1 pull request
Created an issue in jupyter-xeus/cpp-terminal that received 19 comments
Support older Windows versions anyway :-P
I know the README says Windows < 10 is not supported because of lack of proper ANSI support. But - people have been writing and using Windows termi…
Opened 38 other issues in 10 repositories
eyalroz/gpu-kernel-runner
4
open
11
closed
- Support AMD hardware
- Add convenience maker functions for scalar and buffer parameter details
- Better default input size validation
- Support taking PTX (and OpenCL-PTX) as the kernel source
- Currently only parsing the required scalars
- Support adding arbitrary compilation flags
- When only-compiling, don't die if arguments are missing
- When only compiling, don't die if intended output buffer files exist
- Make single_parameter_details into a case-class/variant?
- Provide default output_buffer_sizes implementation
- Let the dynamic shared memory default to 0 if unspecified
- Automate argument marshalling
- Let kernel adapter subclasses specify per-parameter parsers and size calculators
- Unify kernel adapter methods for obtaining scalar and buffer arguments
- Should we switch from kernel-specific parsing to generic parsing with argument markers?
jarro2783/cxxopts
3
open
7
closed
- Crazy idea: Drop the parsing of option values
- Why have both Value and abstract_value?
- option_required_exception and option_not_present_exception sound like the same thing
- Put exceptions in a sub-namespace rather than suffixing them with "_exception"
- Expand coverage of .gitignore
- Introduce a format file
- Inconsistent indentation in namespaces
- Make the diagnostic pushes and pops not have to ifdef-GCC everywhere
- Split cxxopts.hpp into multiple files
- Remove stale branches