Skip to content

Commit 4924fef

Browse files
committed
Add note about AI-generated Rust port in README
1 parent 5788d5e commit 4924fef

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# SPIR-V Tools
22
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.com/KhronosGroup/SPIRV-Tools)
33

4+
> **Note:** This fork tracks the upstream [KhronosGroup/SPIRV-Tools](https://github.com/KhronosGroup/SPIRV-Tools)
5+
> repository and adds a largely AI-generated pure Rust port in the `rust/` directory.
6+
> The Rust implementation provides assembler, validator, and optimizer functionality
7+
> for use with [rust-gpu](https://github.com/rust-gpu/rust-gpu).
8+
49
NEWS 2023-01-11: Development occurs on the `main` branch.
510

611
## Overview

0 commit comments

Comments
 (0)