Ouadie EL FAROUKI
|
0478174d59
|
[SYCL] Updated SYCL device filtering (#8901)
* Updated device filter to depend on default_selector (fixes non-intel device issues)
* Small related update to example/sycl Readme
|
2024-08-07 11:25:36 +01:00 |
|
slaren
|
2b1f616b20
|
ggml : reduce hash table reset cost (#8698)
* ggml : reduce hash table reset cost
* fix unreachable code warnings after GGML_ASSERT(false)
* GGML_ASSERT(false) -> GGML_ABORT("fatal error")
* GGML_ABORT use format string
|
2024-07-27 04:41:55 +02:00 |
|
Chen Xi
|
ed67bcb24f
|
[SYCL] fix multi-gpu issue on sycl (#8554)
---------
Signed-off-by: Chen Xi <xi2chen@intel.com>
Co-authored-by: Meng, Hengyu <hengyu.meng@intel.com>
|
2024-07-25 19:45:18 +08:00 |
|
Ouadie EL FAROUKI
|
1f3e1b66e2
|
Enabled more data types for oneMKL gemm_batch (#8236)
|
2024-07-05 13:23:25 +01:00 |
|
AidanBeltonS
|
f619024764
|
[SYCL] Remove unneeded semicolons (#8280)
|
2024-07-04 09:07:19 +08:00 |
|
Georgi Gerganov
|
f3f65429c4
|
llama : reorganize source code + improve CMake (#8006)
* scripts : update sync [no ci]
* files : relocate [no ci]
* ci : disable kompute build [no ci]
* cmake : fixes [no ci]
* server : fix mingw build
ggml-ci
* cmake : minor [no ci]
* cmake : link math library [no ci]
* cmake : build normal ggml library (not object library) [no ci]
* cmake : fix kompute build
ggml-ci
* make,cmake : fix LLAMA_CUDA + replace GGML_CDEF_PRIVATE
ggml-ci
* move public backend headers to the public include directory (#8122)
* move public backend headers to the public include directory
* nix test
* spm : fix metal header
---------
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* scripts : fix sync paths [no ci]
* scripts : sync ggml-blas.h [no ci]
---------
Co-authored-by: slaren <slarengh@gmail.com>
|
2024-06-26 18:33:02 +03:00 |
|