Skip to content

Commit

Permalink
Updated adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestroError committed Jul 23, 2022
1 parent 4690264 commit 79eb593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*.dll
*.so
*.dylib
!bin/hsa.exe

# Test binary, built with `go test -c`
*.test
Expand All @@ -20,3 +19,5 @@ testdata
hsa/log

/vendor/

!bin/hsa.exe
2 changes: 1 addition & 1 deletion bin/composer-adapter/hsa
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $output = [];
$args = implode(' ', $argv);

// execute binary
exec("../hsa $args", $output);
exec(__DIR__."/../hsa $args", $output);

// Print output line by line
foreach ($output as $line) {
Expand Down

0 comments on commit 79eb593

Please sign in to comment.