Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -411,7 +411,7 @@ Supported transformations:
|
|
| 411 |
|
| 412 |
## C++ Source Code Archive
|
| 413 |
|
| 414 |
-
This repository also includes a compressed archive containing the raw Tiramisu generator sources for all programs (`data/
|
| 415 |
|
| 416 |
* **Content:** Contains ~220,000 `.cpp` files.
|
| 417 |
* **Filename Format:** `<program_name>_generator.cpp` (e.g., `function12345_generator.cpp`).
|
|
|
|
| 411 |
|
| 412 |
## C++ Source Code Archive
|
| 413 |
|
| 414 |
+
This repository also includes a compressed archive containing the raw Tiramisu generator sources for all programs (`data/looperset_v2_generators.tar.gz`). These are provided to enable researchers to perform static program analysis, reproduce results by re-executing schedules on different hardware architectures, or extend the dataset by collecting completely new schedules.
|
| 415 |
|
| 416 |
* **Content:** Contains ~220,000 `.cpp` files.
|
| 417 |
* **Filename Format:** `<program_name>_generator.cpp` (e.g., `function12345_generator.cpp`).
|