mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-19 08:00:25 +00:00
CUDA: lower-case PCI bus id, standardize for ggml (#22820)
This commit is contained in:
parent
6d57a49a70
commit
a8fd165fec
2 changed files with 4 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ extern "C" {
|
|||
// device type
|
||||
enum ggml_backend_dev_type type;
|
||||
// device id
|
||||
// for PCI devices, this should be the PCI bus id formatted as "domain:bus:device.function" (e.g. "0000:01:00.0")
|
||||
// for PCI devices, this should be the lower-case PCI bus id formatted as "domain:bus:device.function" (e.g. "0000:c1:00.0")
|
||||
// if the id is unknown, this should be NULL
|
||||
const char * device_id;
|
||||
// device capabilities
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue