Tuning of FullyConnected for Intel.
PiperOrigin-RevId: 331808322 Change-Id: I950680fc58523112490ec2b9450f65f4731ba72f
This commit is contained in:
parent
3cbb507689
commit
876386c45d
@ -35,6 +35,8 @@ FullyConnected::FullyConnected(const OperationDef& definition,
|
||||
} else {
|
||||
work_group_size_ = int3(32, 4, 1);
|
||||
}
|
||||
} else if (device_info.IsIntel()) {
|
||||
work_group_size_ = int3(8, 4, 1);
|
||||
} else {
|
||||
work_group_size_ = int3(16, 4, 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user