deftdawg-detect-gpu #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "deftdawg/bitsandbytes-rocm:deftdawg-detect-gpu"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Detect the GPU using
rocm_agent_enumerator
instead of hard coding it.NOTE: this will detect
gfx000
if no AMD card is detected...Should use
rocminfo | grep -oE "gfx.*" | grep -v gfx000 | sort -u -t 'x' -k 2n | tail -1
instead,rocm_agent_enumerator
seems to report all available compiled targets, not what's present on the system.Pull request closed