-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
|
||
# Documentation | ||
The Ray Tracer Datapath is documented in our arXiv article: [A | ||
Hardware Ray Tracer Datapath with Generalized | ||
Features](https://arxiv.org/abs/2409.06000) where the following are discussed: | ||
A documentation for the Ray Tracer Datapath can be found in a PDF file in the release where the following are discussed: | ||
- Supported operations | ||
- IO specification | ||
- Configurable parameters | ||
|
@@ -37,3 +35,16 @@ or | |
``` | ||
sbt test | ||
``` | ||
|
||
# Citation | ||
This RTL project was developed as part of a more significant research project. If you use the RTL modules in this repo please consider citing: | ||
``` | ||
Aaron Barnes, Fangjia Shen, Timothy G. Rogers, | ||
Extending GPU Ray-Tracing Units for Hierarchical Search Acceleration, | ||
in 2024 57th IEEE/ACM International Symposium on Microarchitecture (MICRO) | ||
``` | ||
|
||
# Contact | ||
Aaron Barnes ([email protected]) | ||
|
||
Fangjia Shen ([email protected]) |