-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fpga benchmark support #14
Comments
There is no support for automatically compiling the DaCe versions for FPGA through the |
thanks |
@alexnick83 is there any experimental code that I can reproduce some fpga performance data shown in the paper? THanks |
Yes, apart from the paper's artifact, there are tests in the DaCe repository. In the paper, the samples under |
@alexnick83 thanks for the info, how ever, I tried to benchmark the test under polybench, it seems dace_cpu and dace_gpu is mush slower than numpy(8-10x slower), such as the following code(cholesky_test.py), I have precompile sdfg with sdfg.compile. do you have any suggestions? thanks very much '''
''' |
For performance runs on CPU and GPU, I would use NPBench and not the DaCe tests. Their purpose is to keep track of functional regressions in the auto-optimizer for parameters controlled by the CI (for example, use |
I just ran the modified Cholesky test you posted on my main machine (i7 7700). This is what I got for CPU and different parameters: automatic_simplication=False
automatic_simplication=False, OMP_NUM_THREADS=4
automatic_simplication=True
automatic_simplication=True, OMP_NUM_THREADS=4
|
Currently, npbench seems only support cpu and gpu, is there any support for fpga? thanks
The text was updated successfully, but these errors were encountered: