Skip to content

Commit

Permalink
Remove Pixel 4 GPU benchmarks (iree-org#13188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Wu authored and NatashaKnk committed Jul 6, 2023
1 parent 056ac34 commit a6a26b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def query_device_specs(
# Pixel 4
pixel_4_specs.LITTLE_CORES,
pixel_4_specs.BIG_CORES,
pixel_4_specs.GPU,
# Pixel 6 Pro
pixel_6_pro_specs.LITTLE_CORES,
pixel_6_pro_specs.BIG_CORES,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@
host_environment=common_definitions.HostEnvironment.ANDROID_ARMV8_2_A,
device_parameters=[device_parameters.ARM_LITTLE_CORES],
tags=["little-core"])
GPU = common_definitions.DeviceSpec.build(
id=unique_ids.DEVICE_SPEC_MOBILE_PIXEL_4 + "-gpu",
device_name=DEVICE_NAME,
architecture=common_definitions.DeviceArchitecture.QUALCOMM_ADRENO,
host_environment=common_definitions.HostEnvironment.ANDROID_ARMV8_2_A,
tags=["gpu"])

0 comments on commit a6a26b5

Please sign in to comment.