MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / TestGPUOptions

Function TestGPUOptions

utils/spec_store_test.go:28–33  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

26}
27
28func TestGPUOptions(t *testing.T) {
29 s := testSpecStore()
30
31 got := s.GPUOptions()
32 assert.Equal(t, []string{"a6000", "a100xl", "l40", "h100"}, got)
33}
34
35func TestGPUOptions_UnknownGPUAppended(t *testing.T) {
36 s := NewSpecStore(map[string]api.GpuSpecConfig{

Callers

nothing calls this directly

Calls 2

GPUOptionsMethod · 0.80
testSpecStoreFunction · 0.70

Tested by

no test coverage detected