-
Notifications
You must be signed in to change notification settings - Fork 21
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
Bigblade SDH GraphIt Workloads #723
base: bigblade
Are you sure you want to change the base?
Conversation
4d2d896
to
59eae8d
Compare
59eae8d
to
bcfc393
Compare
kernel.riscv: crt.rvo bsg_set_tile_x_y.rvo bsg_tile_config_vars.rvo main.rvo $(RISCV_TARGET_OBJECTS) $(RISCV_LINK_SCRIPT) | ||
$(RISCV_LD) -T $(RISCV_LINK_SCRIPT) $(RISCV_LDFLAGS) $(filter %.rvo,$^) -o $@ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intentionally changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I changed this when adding support for multiple kernels. Open to other solutions though.
examples/graphit/riscv.mk
Outdated
# Copyright (c) 2019, University of Washington All rights reserved. | ||
# | ||
# Redistribution and use in source and binary forms, with or without modification, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this now that we have one in cuda?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this file can be deleted (and is on my list to remove when removing the dummy vec add test from the graphit directory as well).
…ing to refactor test
…e with prefetching kernel
/* | ||
* This kernel prints the Hello World message | ||
*/ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello World1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, sometimes comments lie.
|
||
// BSG_TILE_GROUP_X_DIM and BSG_TILE_GROUP_Y_DIM must be defined |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are all the versions for {Beam Search, Greedy Walk, Dot Product, Inner Product} used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
@eafurst Yes, the apps should verify correctness |
No description provided.