Skip to content

Conversation

ggerganov
Copy link
Member

@ggerganov ggerganov commented Jul 1, 2024

Support for OpenCL was removed recently (#7735)

@ggerganov ggerganov requested a review from SomeoneSerge July 1, 2024 10:50
@github-actions github-actions bot added nix Issues specific to consuming flake.nix, or generally concerned with ❄ Nix-based llama.cpp deployment devops improvements to build systems and github actions labels Jul 1, 2024
@@ -281,7 +274,7 @@ effectiveStdenv.mkDerivation (
# Configurations we don't want even the CI to evaluate. Results in the
# "unsupported platform" messages. This is mostly a no-op, because
# cudaPackages would've refused to evaluate anyway.
badPlatforms = optionals (useCuda || useOpenCL) lib.platforms.darwin;
badPlatforms = optionals (useCuda) lib.platforms.darwin;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parentheses are now redundant

@ggerganov ggerganov merged commit 257f8e4 into master Jul 1, 2024
MagnusS0 pushed a commit to MagnusS0/llama.cpp-normistral-tokenizer that referenced this pull request Jul 1, 2024
* nix : remove OpenCL remnants

* minor : remove parentheses
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Jul 2, 2024
* nix : remove OpenCL remnants

* minor : remove parentheses
okias added a commit to okias/llama.cpp that referenced this pull request Aug 11, 2024
Manually adjusted.

This reverts commit 554c247.
This reverts commit 257f8e4.

Signed-off-by: David Heidelberg <david@ixit.cz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops improvements to build systems and github actions nix Issues specific to consuming flake.nix, or generally concerned with ❄ Nix-based llama.cpp deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants