Skip to content

Commit 031b0e0

Browse files
New Mojmelo for Max 25.2 (#97)
Co-authored-by: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com>
1 parent c1d9c42 commit 031b0e0

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

recipes/mojmelo/recipe.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
context:
2-
version: "0.0.4"
2+
version: "0.0.5"
33

44
package:
55
name: "mojmelo"
66
version: ${{ version }}
77

88
source:
99
- git: https://github.com/yetalit/mojmelo.git
10-
rev: 83d9602424e3fe6cf01d4db06655e5f1bb2acbcf
10+
rev: 6b998d367b583e3eb9da6bda4ade710a718e1db2
1111

1212
build:
1313
number: 0
@@ -16,7 +16,7 @@ build:
1616
- mojo package magic/mojmelo -o ${{ PREFIX }}/lib/mojo/mojmelo.mojopkg
1717
requirements:
1818
host:
19-
- max =25.1
19+
- max =25.2
2020
run:
2121
- ${{ pin_compatible('max') }}
2222

@@ -27,7 +27,7 @@ tests:
2727
- mojo tests/setup.mojo
2828
requirements:
2929
run:
30-
- max =25.1
30+
- max =25.2
3131
files:
3232
recipe:
3333
- tests/setup.mojo

recipes/mojmelo/tests/mojmelo/utils/mojmelo_matmul/matmul.mojo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ from sys import has_avx512f, num_performance_cores, simdwidthof, sizeof
77
import benchmark
88
from testing import assert_equal
99
from utils import IndexList
10-
from collections import InlineArray
1110
import random
1211
from .params import *
1312

recipes/mojmelo/tests/setup.mojo

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from sys import external_call, os_is_linux, os_is_macos, argv
22
from sys.ffi import *
33
from memory import UnsafePointer
4-
from collections import InlineArray
54

65
fn cachel1() -> Int32:
76
var l1_cache_size: c_int = 0
@@ -136,7 +135,6 @@ fn main() raises:
136135
return
137136

138137
from mojmelo.utils.Matrix import Matrix
139-
from collections import InlineArray
140138
import time
141139

142140
alias NUM_ITER = 16

0 commit comments

Comments
 (0)