| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Create a binary named `apple_silicon`, and add a library named to the
project, so it can be re-used by external projects.
|
| |
|
|
|
|
|
|
| |
Add the TDP for the GPUs and CPUs, for the models we know about. Apple
does not publish information about TDP so we're going to have to gather
that information by going over various sites.
Add some unit tests.
|
| | |
|
| | |
|
| | |
|
|
|
```
[18:04] mba-fcuny:apple_silicon (main +) | cargo run
Compiling apple_silicon v0.1.0 (/Users/fcuny/workspace/apple_silicon)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s
Running `target/debug/apple_silicon`
our CPU is an Apple M2, and we have 8 cores, and 10 GPU cores
```
|