C Openmp

Open-source C projects categorized as Openmp
C Opencl Mpi Hash GPU

Top 4 C Openmp Projects

  • john

    John the Ripper jumbo - advanced offline password cracker, which supports hundreds of hash and cipher types, and runs on many operating systems, CPUs, GPUs, and even some FPGAs

    Project mention: Best Hacking Tools for Beginners 2024 | dev.to | 2024-02-01

    John The Ripper

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • llama2.c

    Llama 2 Everywhere (L2E) (by trholding)

    Project mention: Llama 3.1 in C | news.ycombinator.com | 2024-07-23

    My bad, I directly linked to the C file instead of the project here:

    So it is a program that given a model file, tokenizer file and a prompt, it continues to generate text.

    So to get it to work, you need to clone and build this: https://github.com/trholding/llama2.c

    So the steps are like this:

    First you'll need to obtain approval from Meta to download llama3 models on hugging face.

    So go to https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct, fill the form and then go to https://huggingface.co/settings/gated-repos see acceptance status. Once accepted, do the following to download model, export and run.

    huggingface-cli download meta-llama/Meta-Llama-3.1-8B-Instruct --include "original/*" --local-dir Meta-Llama-3.1-8B-Instruct

    git clone https://github.com/trholding/llama2.c.git

    cd llama2.c/

    # Export Quantized 8bit

    python3 export.py ../llama3.1_8b_instruct_q8.bin --version 2 --meta-llama ../Meta-Llama-3.1-8B-Instruct/original/

    # Fastest Quantized Inference build

    make runq_cc_openmp

    # Test Llama 3.1 inference, it should generate sensible text

    ./run ../llama3.1_8b_instruct_q8.bin -z tokenizer_l3.bin -l 3 -i " My cat"

  • Kernels

    This is a set of simple programs that can be used to explore the features of a parallel platform.

  • Fluid-Simulation-Rendering

    Implementation of IISPH and Screen Space Fluid Rendering. Currently in progress.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C Openmp discussion

Log in or Post with

C Openmp related posts

  • Benchmarking 20 programming languages on N-queens and matrix multiplication

    15 projects | news.ycombinator.com | 2 Jan 2024
  • Support for Nikon Z8

    4 projects | /r/DarkTable | 3 Jun 2023
  • darktable feature release 4.0.1

    2 projects | /r/DarkTable | 17 Sep 2022
  • dng files from smartphone look dark and dull.

    2 projects | /r/DarkTable | 7 May 2021

Index

What are some of the best open-source Openmp projects in C? This list will help you:

Project Stars
1 john 9,988
2 llama2.c 1,510
3 Kernels 404
4 Fluid-Simulation-Rendering 3

Sponsored
Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com

Did you konow that C is
the 7th most popular programming language
based on number of metions?