Skip to content

Commit

Permalink
Cleaning up README
Browse files Browse the repository at this point in the history
  • Loading branch information
philipturner committed Mar 23, 2023
1 parent 8c11699 commit f90b7ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ dependencies: [
// Inside source code
import AppleGPUInfo

let gpuDevice = try GPUInfoDevice()
print(gpuDevice.flops)
print(gpuDevice.bandwidth)
let device = try GPUInfoDevice()
print(device.flops)
print(device.bandwidth)
```

## Methodology
Expand Down

0 comments on commit f90b7ba

Please sign in to comment.