Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vosen/ZLUDA
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: akavasis/ZLUDA
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 763 files changed
  • 5 contributors

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    60d2124 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Nobody expects the Red Team

    Too many changes to list, but broadly:
    * Remove Intel GPU support from the compiler
    * Add AMD GPU support to the compiler
    * Remove Intel GPU host code
    * Add AMD GPU host code
    * More device instructions. From 40 to 68
    * More host functions. From 48 to 184
    * Add proof of concept implementation of OptiX framework
    * Add minimal support of cuDNN, cuBLAS, cuSPARSE, cuFFT, NCCL, NVML
    * Improve ZLUDA launcher for Windows
    vosen committed Feb 11, 2024
    4 Configuration menu
    Copy the full SHA
    1b9ba2b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    f2a44e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c3bf2d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Fixed typo in readme (#89)

    ManInDark authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c884348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d10f75 View commit details
    Browse the repository at this point in the history
  3. Update README.md (#100)

    uderlying -> underlying
    eltociear authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9f7be97 View commit details
    Browse the repository at this point in the history
  4. Update llama.cpp support (#102)

    Add sign extension support to prmt, allow set.<op>.f16x2.f16x2, add more BLAS mappings
    vosen authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4a81dbf View commit details
    Browse the repository at this point in the history
Loading