Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
Signed-off-by: koubaa <koubaa@github.com>
  • Loading branch information
koubaa committed Dec 10, 2024
1 parent d1bf263 commit 627f4d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/test/test_kompute.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,12 @@ def test_mgr_utils():
props = mgr.get_device_properties()

assert "device_name" in props
assert "max_push_constants_size" in props

devices = mgr.list_devices()

assert len(devices) > 0
assert "device_name" in devices[0]

feats = mgr.get_device_features()
assert "shader_float64" in feats

0 comments on commit 627f4d9

Please sign in to comment.