Junwei Zeng

Results 24 comments of Junwei Zeng

Here's the reduced code that can reproduce the crash. Steps to reproduce: ```bash $ cat test.mojo struct a[b: DType, c: Int]: pass struct d: @staticmethod fn e(f: a) : d.e[DType.float32]...

Here‘s a simple test case, which can also reproduce the bug. Please confirm whether this is a duplicate of the issue. If not, I will open a new issue. Thanks....

This bug seems to have been fixed in the latest version of mojo. The steps to retest are as follows: ```bash $ cat test.mojo alias a = SIMD[DType.int64, -1] fn...

It seems like a duplicate of [#1309](https://github.com/modularml/mojo/issues/1309).

@ematejska, This bug seems to have been fixed on `mojo`. The results of my retest are as follows. ```bash $ cat test.mojo from algorithm import parallelize fn a() : let...

I recompiled this code with `mojo 0.7.0 (af002202)`, and it seems that this issue has been fixed. The following is the process of retesting. ```bash $ cat test.mojo alias a...

Hi all, Here's a new code that can reproduce the issue. The following are the steps to reproduce. ```bash $ cat test.mojo struct a: var b: DTypePointer[] fn c(d): d.b.free...

Hi, This bug seems to have been fixed in the latest version of mojo. The steps to retest are as follows: ```bash $ cat test.mojo struct a: var b: DTypePointer[]...

This bug seems to have been fixed on `nightly/mojo`. The retest process is as follows: ```bash $ cat test.mojo import object def main(): $ $ mojo -v mojo 2024.4.2923 (f54d89e3)...

@IstarsGandalf 协同过滤推荐器的更新设置了20分钟执行一次,可看下日志,是不是还没更新? ![image](https://github.com/junweizeng/movie_recommendation_system_server/assets/54806655/5ad2a2c2-5d5b-454c-9573-6e67bd488716)