Commit 0ac1c0d3 authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by Michael Yang
Browse files

unit test adjustments

parent e6f39bce
...@@ -60,12 +60,12 @@ func TestMXFP4Ops(t *testing.T) { ...@@ -60,12 +60,12 @@ func TestMXFP4Ops(t *testing.T) {
t.Run("exact", func(t *testing.T) { t.Run("exact", func(t *testing.T) {
r := rand.New(rand.NewSource(0)) r := rand.New(rand.NewSource(0))
ctx := initContextOrSkip(t, b, useGPU) ctx := initContextOrSkip(t, b, useGPU)
const s00 = 32 const s00 = 64
const s01 = 2 const s01 = 1
const s02 = 8 const s02 = 2
const s10 = s00 const s10 = s00
const s11 = 1 const s11 = 1
const s12 = 16 const s12 = 1
// const s00 = 2880 // const s00 = 2880
// const s01 = 5760 // const s01 = 5760
// const s02 = 32 // const s02 = 32
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment