Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
gpucloudsim
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LPDS
gpucloudsim
Commits
9d6af996
Commit
9d6af996
authored
Nov 12, 2018
by
Ahmad Siavashi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revision
parent
3a7beb19
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
Vgpu.java
...loudsim/src/main/java/org/cloudbus/cloudsim/gpu/Vgpu.java
+4
-4
PerformanceModelGpuConstant.java
...m/gpu/performance/models/PerformanceModelGpuConstant.java
+0
-2
No files found.
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/gpu/Vgpu.java
View file @
9d6af996
...
...
@@ -250,7 +250,7 @@ public class Vgpu {
* @param mips
* the new mips
*/
p
rotected
void
setPeMips
(
double
mips
)
{
p
ublic
void
setPeMips
(
double
mips
)
{
this
.
peMips
=
mips
;
}
...
...
@@ -269,7 +269,7 @@ public class Vgpu {
* @param numberOfPes
* the new number of pes
*/
p
rotected
void
setNumberOfPes
(
int
numberOfPes
)
{
p
ublic
void
setNumberOfPes
(
int
numberOfPes
)
{
this
.
numberOfPes
=
numberOfPes
;
}
...
...
@@ -315,7 +315,7 @@ public class Vgpu {
* @pre bw > 0
* @post $none
*/
p
rotected
void
setBw
(
long
bw
)
{
p
ublic
void
setBw
(
long
bw
)
{
this
.
bw
=
bw
;
}
...
...
@@ -336,7 +336,7 @@ public class Vgpu {
* @param type
* the new virtual gpu type
*/
p
rotected
void
setType
(
int
type
)
{
p
ublic
void
setType
(
int
type
)
{
this
.
type
=
type
;
}
...
...
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/gpu/performance/models/PerformanceModelGpuConstant.java
View file @
9d6af996
...
...
@@ -21,8 +21,6 @@ import org.cloudbus.cloudsim.gpu.util.GridVgpuUtil;
*/
public
class
PerformanceModelGpuConstant
implements
PerformanceModel
<
VgpuScheduler
,
Vgpu
>
{
public
static
final
double
TOTAL_CAPACITY
=
0
;
protected
final
double
gain
;
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment