vosen / ZLUDA

CUDA on ??? GPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

< was unexpected at this time.

h7hc opened this issue · comments

commented

image

Everytime I paste the command "<ZLUDA_DIRECTORY>\zluda.exe -- <APPLICATION_ARGUMENTS>" nothing happens and it says "< was unexpected at this time."

after a few tries, I figured out that "<" in "<APPLICATION_ARGUMENTS>" was the problem. But when I delete it I get another error.

image

"The syntax of the command is incorrect."

Replace <ZLUDA_DIRECTORY> with where zluda.exe is.
Replace <APPLICATION> with the path to an application that you want to run with ZLUDA.
Replace <APPLICATION_ARGUMENTS> with the list of arguments you want to pass to the application.

commented

Replace <ZLUDA_DIRECTORY> with where zluda.exe is. Replace <APPLICATION> with the path to an application that you want to run with ZLUDA. Replace <APPLICATION_ARGUMENTS> with the list of arguments you want to pass to the application.

This makes a lot of sense, thanks for helping.