Bug 275641 - devel/libclc: add new AMD GFX family supports
Summary: devel/libclc: add new AMD GFX family supports
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-08 21:43 UTC by Olivier Cochard
Modified: 2023-12-08 21:43 UTC (History)
1 user (show)

See Also:


Attachments
patch to add new AMD GFX family to OpenCL (4.03 KB, patch)
2023-12-08 21:43 UTC, Olivier Cochard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Cochard freebsd_committer freebsd_triage 2023-12-08 21:43:22 UTC
Created attachment 246916 [details]
patch to add new AMD GFX family to OpenCL

clinfo wasn't able to detect latest AMD GPU.

But their support was added since LLVM 11 for some of them so fix that.

Patch inspired from https://github.com/llvm/llvm-project/issues/44186