ncnn VS HIPIFY

Compare ncnn vs HIPIFY and see what are their differences.

HIPIFY

HIPIFY: Convert CUDA to Portable C++ Code [Moved to: https://github.com/ROCm/HIPIFY] (by ROCm-Developer-Tools)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ncnn HIPIFY
12 11
19,234 318
2.1% -
9.4 0.0
4 days ago 5 months ago
C++ C++
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ncnn

Posts with mentions or reviews of ncnn. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-12.

HIPIFY

Posts with mentions or reviews of HIPIFY. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-14.
  • AMD Hip SDK: Making CUDA Applications Run Across Consumer, Pro GPUs and APUs
    1 project | news.ycombinator.com | 5 Aug 2023
    Right. I can't speak to its correctness/completeness as I've only done a quick installation and smoke test of the ROCm/HIP/MIOpen stack, but there's even a tool that automates the translation [1].

    [1] https://github.com/ROCm-Developer-Tools/HIPIFY

  • How to run Llama 13B with a 6GB graphics card
    12 projects | news.ycombinator.com | 14 May 2023
  • How Nvidia’s CUDA Monopoly in Machine Learning Is Breaking
    2 projects | news.ycombinator.com | 16 Jan 2023
    From https://news.ycombinator.com/item?id=32904285 re: AMD Rocm, HIPIFY, :

    >> ROCm-Developer-Tools/HIPIFY https://github.com/ROCm-Developer-Tools/HIPIFY :

    >> hipify-clang is a clang-based tool for translating CUDA sources into HIP sources. It translates CUDA source into an abstract syntax tree, which is traversed by transformation matchers. After applying all the matchers, the output HIP source is produced.

    > ROCm-Developer-Tools/HIPIFY https://github.com/ROCm-Developer-Tools/HIPIFY :

    >> hipify-clang is a clang-based tool for translating CUDA sources into HIP sources. It translates CUDA source into an abstract syntax tree, which is traversed by transformation matchers. After applying all the matchers, the output HIP source is produced.

    > AMD ROcm supports Pytorch, TensorFlow, MlOpen, rocBLAS on NVIDIA and AMD GPUs: https://rocmdocs.amd.com/en/latest/Deep_learning/Deep-learni...

  • Stable Diffusion on AMD RDNA3
    5 projects | news.ycombinator.com | 21 Dec 2022
    > Thus, the idea is that through typically negligible effort porting to HiP, your code becomes vendor-independent.

    Here, the big AMD mistake was to rename those function prefixes in the first place. It's a mistake that they could have avoided...

    What a lot of SW codebases did to support AMD (see PyTorch code notably): codebase is still CUDA, have the conversion pass to HIP done at build time.

    See https://github.com/ROCm-Developer-Tools/HIPIFY/blob/amd-stag... for the Perl script to do it.

    Then comes the problem of AMD not supporting ROCm HIP on most of their hardware or user base.

    On Windows, the ROCm HIP SDK is private and only available under NDA. This means that while you can use Blender w/ HIP on Windows, the Blender builds that you compile yourself will not be able to use ROCm HIP.

    On Linux, the supported GPUs are few and far between, Vega20 onwards are supported today. APUs, RDNA1, and lower end RDNA2 w/o unsupported hacks (6700 XT and below) are excluded.

  • AI Seamless Texture Generator Built-In to Blender
    15 projects | news.ycombinator.com | 19 Sep 2022
    https://rocmdocs.amd.com/en/latest/Deep_learning/Deep-learni...

    RadeonOpenCompute/ROCm_Documentation: https://github.com/RadeonOpenCompute/ROCm_Documentation

    ROCm-Developer-Tools/HIPIFYhttps://github.com/ROCm-Developer-Tools/HIPIFY :

    > hipify-clang is a clang-based tool for translating CUDA sources into HIP sources. It translates CUDA source into an abstract syntax tree, which is traversed by transformation matchers. After applying all the matchers, the output HIP source is produced.

    ROCmSoftwarePlatform/gpufort: https://github.com/ROCmSoftwarePlatform/gpufort :

    > GPUFORT: S2S translation tool for CUDA Fortran and Fortran+X in the spirit of hipify

    ROCm-Developer-Tools/HIP https://github.com/ROCm-Developer-Tools/HIP:

    > HIP is a C++ Runtime API and Kernel Language that allows developers to create portable applications for AMD and NVIDIA GPUs from single source code. [...] Key features include:

    > - HIP is very thin and has little or no performance impact over coding directly in CUDA mode.

    > - HIP allows coding in a single-source C++ programming language including features such as templates, C++11 lambdas, classes, namespaces, and more.

    > - HIP allows developers to use the "best" development environment and tools on each target platform.

    > - The [HIPIFY] tools automatically convert source from CUDA to HIP.

    > - * Developers can specialize for the platform (CUDA or AMD) to tune for performance or handle tricky cases.*

  • 单位要求五一之后上缴旧电脑,统一换国产新电脑、新系统,由于不兼容windows软件,所以还要装个windows模拟器,导致办公效率倒退10年。主任吐槽说,这不是用落后代替先进么,我心说连他都看出来了。
    1 project | /r/CLTV | 29 Apr 2022
    并且有一个自动转换工具 https://github.com/ROCm-Developer-Tools/HIPIFY https://rocmdocs.amd.com/en/latest/Programming_Guides/HIP-porting-guide.html
  • Hipify: Convert CUDA to Portable C++ Code
    1 project | news.ycombinator.com | 31 Jul 2021
  • Hipify: Convert CUDA to Portable Hip C++ Code
    1 project | news.ycombinator.com | 2 Jun 2021
  • Deep Learning options on Radeon RX 6800
    4 projects | /r/Amd | 16 Apr 2021
    It might be worth checking out HIPIFY, which lets you automatically convert CUDA code to vendor neutral code that can be run on any GPU. Disclaimer, I have never used it and have no idea how it works.
  • Will NVIDIA's cryptocurrency limiter interfere with nouveau drivers?
    4 projects | /r/linux | 22 Feb 2021
    CUDA zu AMD HIP conversion: https://github.com/ROCm-Developer-Tools/HIPIFY

What are some alternatives?

When comparing ncnn and HIPIFY you can also consider the following projects:

XNNPACK - High-efficiency floating-point neural network inference operators for mobile, server, and Web

ZLUDA - CUDA on AMD GPUs

rife-ncnn-vulkan - RIFE, Real-Time Intermediate Flow Estimation for Video Frame Interpolation implemented with ncnn library

ROCm - AMD ROCm™ Software - GitHub Home [Moved to: https://github.com/ROCm/ROCm]

deepdetect - Deep Learning API and Server in C++14 support for Caffe, PyTorch,TensorRT, Dlib, NCNN, Tensorflow, XGBoost and TSNE

llama-cpp-python - Python bindings for llama.cpp

netron - Visualizer for neural network, deep learning and machine learning models

rocm-build - build scripts for ROCm

darknet - Convolutional Neural Networks

kompute - General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast, mobile-enabled, asynchronous and optimized for advanced GPU data processing usecases. Backed by the Linux Foundation.

RPi_64-bit_Zero-2-image - Raspberry Pi Zero 2 W 64-bit OS image with OpenCV, TensorFlow Lite and ncnn Framework.

HIP - HIP: C++ Heterogeneous-Compute Interface for Portability