gvm is a virtual machine of GPGPU, and it is a emulator in one word.
if you want to build gvm, you can follow the steps below:
Install the dependencies:
the dependencies of gvm would be managed by vcpkg, so you only need to install vcpkg and then install the dependencies by running cmake.
the dependencies of gvm should be recorded in the
vcpkg.jsonfile.
-
applicationThe application layer of gvm, including the user interface and the backend.
-
coreThe core layer of gvm, including the virtual machine and the emulator.
-
commonThe common layer of gvm, including the common modules and the common tools.