Skip to content

Commit

Permalink
test_simple_compute -> test_f16_compute
Browse files Browse the repository at this point in the history
  • Loading branch information
wpmed92 committed Dec 26, 2024
1 parent 2d577b5 commit f971a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_simple_compute.py → test/test_f16_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pydawn import utils, webgpu

class TestComputeShader(unittest.TestCase):
def test_compute_shader_doubles_values(self):
def test_f16_compute(self):
adapter = utils.request_adapter_sync(power_preference=webgpu.WGPUPowerPreference_HighPerformance)
dev = utils.request_device_sync(adapter, [webgpu.WGPUFeatureName_ShaderF16])

Expand Down

0 comments on commit f971a8c

Please sign in to comment.