Skip to content

Commit 2cedcd5

Browse files
committed
0.0.2
1 parent 0f72734 commit 2cedcd5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gpu-fft"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55
authors = ["Eugene Hauptmann"]
66
description = "A Rust library for performing Fast Fourier Transform (FFT) and Inverse FFT using GPU acceleration."

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GPU-FFT
22

3-
This project demonstrates the use of the `gpu_fft` library in Rust to perform Fast Fourier Transform (FFT) and Inverse Fast Fourier Transform (IFFT) on a generated sine wave signal. The application calculates the dominant frequencies in the signal and prints them along with their power.
3+
This project demonstrates the use of the `gpu-fft` library in Rust to perform Fast Fourier Transform (FFT) and Inverse Fast Fourier Transform (IFFT) on a generated sine wave signal. The application calculates the dominant frequencies in the signal and prints them along with their power.
44

55
## Table of Contents
66

@@ -20,7 +20,7 @@ This project demonstrates the use of the `gpu_fft` library in Rust to perform Fa
2020

2121
## Roadmap
2222

23-
- [ ] Add twiddles algorithm
23+
- [x] Add twiddles algorithm
2424

2525
## Requirements
2626

0 commit comments

Comments
 (0)