mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-01-22 15:43:34 +08:00
sin and cos failed test-backend-ops because they tried to dereference a context pointer that is null on dry runs. This commit prevents that segfault. Signed-off-by: Salvatore Mesoraca <s.mesoraca16@gmail.com>