HPP_UIUC_MP1: vector addition

按照tutorial來在cmd裏面輸入:input output 文件名和type即可。

data set在webgpu的頁面有的下載。


F:\1MOOC_SourceCode\HPP\libwb\build\Debug>.\MP1.exe -e -i input2.raw,input1.raw -o out.raw -t vector



作業地址:
http://webgpu.hwu.crhc.illinois.edu/mp/1

Local Development

While not required, the library used throughout the course can be downloaded from Github. The library does not depend on any external library (and should be cross platform), you can use make to generate the shared object file (further instructions are found on the Github page). Linking against the library would allow you to get similar behavior to the web interface (minus the imposed limitations). Once linked against the library, you can launch the your program as follows:

./program -e <expected_output_file> -i <input_file_1>,<input_file_2> -o <output_file> -t <type>

The <expected_output_file> and <input_file_n> are the input and output files provided in the dataset. The <output_file> is the location you’d like to place the output from your program. The <type> is the output file type: vectormatrix, or image. If an MP does not expect an input or output, then pass none as the parameter.

In case of issues or suggestions with the library, please report them through the issue tracker on Github.



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章