Skip to content

Commit

Permalink
Update gpu.go
Browse files Browse the repository at this point in the history
changed AssetsDir() to PayloadsDir() to match upstream
  • Loading branch information
remy415 committed Mar 24, 2024
1 parent b8731c3 commit e27f021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu/gpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func initGPUHandles() {
var cudartMgmtName string
var cudartMgmtPatterns []string

tmpDir, _ := AssetsDir()
tmpDir, _ := PayloadsDir()
switch runtime.GOOS {
case "windows":
nvmlMgmtName = "nvml.dll"
Expand Down

0 comments on commit e27f021

Please sign in to comment.