Login
Logout
Login / Get an account
Logout
view
edit
history
discuss
APU Example
Back to
Introduction
APU = CPU + GPU
Analyze with ClaferMooVisualizer
abstract
Feature
cost
->
integer
performance
->
integer
abstract
Computer
CPU
:
Feature
[
cost
= 2
]
[
performance
= 0
]
IntegratedGPU
:
Feature
?
[
cost
= 1
]
[
performance
= 1
]
SharedMemory
:
Feature
?
[
cost
= 0
]
[
performance
= 0
]
DiscreteGPU
:
Feature
?
[
cost
= 2
]
[
performance
= 2
]
[
IntegratedGPU
||
DiscreteGPU
]
total_cost
->
integer
=
sum
Feature
.
cost
total_performance
->
integer
=
sum
Feature
.
performance
OptimalComputer
:
Computer
<<
minimize
OptimalComputer
.
total_cost
>>
<<
maximize
OptimalComputer
.
total_performance
>>
Module Downloads:
|
[.cfr]
|
[.html]
|
moo
Site
Front page
All pages
Categories
Random page
Recent activity
Upload a file
Help
This page
Raw page source
Printable version
Delete this page