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: ggml-org/llama.cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: makllama/llama.cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 41 files changed
  • 1 contributor

Commits on Jul 2, 2024

  1. musify-test -i *

    Signed-off-by: Xiaodong Ye <[email protected]>
    yeahdongcn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dfa3b41 View commit details
    Browse the repository at this point in the history
  2. cudaStream_t => musaStream_t

    Signed-off-by: Xiaodong Ye <[email protected]>
    yeahdongcn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f333570 View commit details
    Browse the repository at this point in the history
  3. include cuda_fp16.h => musa_fp16.h

    Signed-off-by: Xiaodong Ye <[email protected]>
    yeahdongcn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f57b501 View commit details
    Browse the repository at this point in the history
  4. musaMemcpy3DPeerAsync is not available

    Signed-off-by: Xiaodong Ye <[email protected]>
    yeahdongcn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    53ccc4f View commit details
    Browse the repository at this point in the history
  5. Comment out: mublasGemmStridedBatchedEx && mublasGemmBatchedEx; call …

    …musaHostRegister
    
    Signed-off-by: Xiaodong Ye <[email protected]>
    yeahdongcn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    508be24 View commit details
    Browse the repository at this point in the history
  6. No: MUBLAS_TENSOR_OP_MATH, use MUBLAS_MATH_MODE_DEFAULT instead; no m…

    …ublasGetStatusString, use mublasStatus_to_string instead
    
    Signed-off-by: Xiaodong Ye <[email protected]>
    yeahdongcn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bce501a View commit details
    Browse the repository at this point in the history
  7. No __vsubss4, use vsubss4 instead

    Signed-off-by: Xiaodong Ye <[email protected]>
    yeahdongcn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e69dae0 View commit details
    Browse the repository at this point in the history
  8. CUDA n_gpu_layers=999

    Signed-off-by: Xiaodong Ye <[email protected]>
    yeahdongcn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3984c25 View commit details
    Browse the repository at this point in the history
  9. Support make LLAMA_MUSA=1

    Signed-off-by: Xiaodong Ye <[email protected]>
    yeahdongcn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    45cb7cd View commit details
    Browse the repository at this point in the history
  10. Support cmake -B build -DLLAMA_MUSA=ON

    Signed-off-by: Xiaodong Ye <[email protected]>
    yeahdongcn committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6bf11c7 View commit details
    Browse the repository at this point in the history
Loading