Top 14 C Cuda Projects
-
So you increased bitmap-max to 24 and want to know what that did differently. Fortunately, hashcat is open source, so you can find the "bitmap.c" file here: https://github.com/hashcat/hashcat/blob/master/src/bitmap.c
-
catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
Project mention: What's New with AWS: Amazon SageMaker built-in algorithms now provides four new Tabular Data Modeling Algorithms | dev.to | 2022-06-28CatBoost is another popular and high-performance open-source implementation of the Gradient Boosting Decision Tree (GBDT). To learn how to use this algorithm, please see example notebooks for Classification and Regression.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
Project mention: Script to install nvidia drivers , cuda/nvcc, gcc11 and setup on Fedora 36 | reddit.com/r/Fedora | 2022-06-17
Can build the cuda-samples, then you have a working nvcc.
-
Project mention: We Trace a KV Database with Less Than 5% Performance Impact | news.ycombinator.com | 2021-07-05
Remotery - https://github.com/Celtoys/Remotery
Visual Studio's built-in profiler is an ok sampling profiler. It doesn't give you a nice multi-thread view which is a huge advantage to a span based profiler.
MTuner is quite nice for debugging memory usage. Which is another gaping hole in the Rust ecosystem. https://github.com/milostosic/mtuner
Lots of tools generate data in a format viewable by the Chrome trace viewer. I think Chrome's tracer viewer is not great. Maybe someday someone will create a viewer for the format that's good. I get cranky when large traces don't render at 60fps. Web-based viewers are almost all very very slow and it makes me sad.
-
-
bitcracker
BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker
This is correct, you can bypass Bitlocker if it uses a password instead of or in addition to the 48-digit encryption key. You're looking for this: https://github.com/e-ago/bitcracker unless there's a newer version. This is what I've used in the past.
-
Project mention: SIMD Library for Evaluating Elementary Functions, Vectorized Libm and DFT | news.ycombinator.com | 2022-06-03
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
I've decided to switch to something better, and after a few hours of searching, I found this repository: NSIMD https://github.com/agenium-scale/nsimd FastDifferentialCoding https://github.com/lemire/FastDifferentialCoding VS https://github.com/VcDevel/Vc XSIMD https://github.com/xtensor-stack/xsimd
-
Project mention: Leading vs. Trailing Types (Programming Languages) | news.ycombinator.com | 2021-09-22
-
The KVM camp had something more open going, (Virgl3D, qCUDA).
-
Project mention: Sboxgates: A program for finding low gate count implementations of S-boxes | news.ycombinator.com | 2021-10-23
-
-
raytracer
C++ raytracer that supports custom models. Supports running the calculations on the CPU using C++11 threads or in the GPU via CUDA. (by maxilevi)
-
blender-cuda-subdivision-surface-gpu
A Blender 3.0.0 fork that will allow you to subdivide complex meshes using CUDA compatible GPUs. (WIP)
Project mention: NVCC Fatal Error Code Because of "-x cu" Argument Being Passed by CMake | reddit.com/r/cpp | 2021-11-22The full repo is available at https://github.com/katznboyz1/blender-cuda-subdivision-surface-gpu in case you need access to the full source for more details.
C Cuda related posts
- Can't get some CUDA Samples to work
- Mounted hard drive encryption
- Cuda application question
- My GPU-accelerated raytracing renderer
- Tutorial for ubuntu 20.04
- cuda_kde_depth_packet_processor.cu:39:10: fatal error: helper_math.h: File or directory not found
- NVCC Fatal Error Code Because of "-x cu" Argument Being Passed by CMake
Index
What are some of the best open-source Cuda projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | hashcat | 14,792 |
2 | catboost | 6,613 |
3 | cuda-samples | 2,268 |
4 | Remotery | 2,135 |
5 | VkFFT | 854 |
6 | bitcracker | 562 |
7 | sleef | 443 |
8 | nsimd | 246 |
9 | adorad | 54 |
10 | qCUDA | 36 |
11 | sboxgates | 29 |
12 | gpu-post | 16 |
13 | raytracer | 6 |
14 | blender-cuda-subdivision-surface-gpu | 1 |
Are you hiring? Post a new remote job listing for free.