sycl : Overcoming workaround for mmap() allocation on Windows (#13482)
* Remove mmap workaround on windows After some testing I found that mmap is supported on windows and for many GPUs on Linux. Therefore I remove the workaround for windows since it is not necessary. * Update llama-bench README SYCL backend introduced a workaround that allows execution of llama-bench also without specifying `--mmp 0` flag
This commit is contained in:
parent
1dfbf2cf3a
commit
f7c9429c85
2 changed files with 7 additions and 10 deletions
|
@ -80,10 +80,6 @@ Using the `-d <n>` option, each test can be run at a specified context depth, pr
|
|||
|
||||
For a description of the other options, see the [main example](../main/README.md).
|
||||
|
||||
Note:
|
||||
|
||||
- When using SYCL backend, there would be hang issue in some cases. Please set `--mmp 0`.
|
||||
|
||||
## Examples
|
||||
|
||||
### Text generation with different models
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue