Fix cmma test (#1957)

This commit is contained in:
Guillaume Lagrange 2024-07-02 12:10:59 -04:00 committed by GitHub
parent 9e6777d6a5
commit 755c0708c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ pub fn test_simple_1<R: Runtime>(client: ComputeClient<R::Server, R::Channel>) {
ArrayHandle::new(&out, 256),
);
let actual = client.read(out.binding()).read_sync().unwrap();
let actual = client.read(out.binding());
let actual = f32::from_bytes(&actual);
let expected = [