mirage-project/mirage

[Feature Request] - Tests redesign

Open

#455 opened on 2025年8月12日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Cuda (232 forks)auto 404
good first issue

Repository metrics

Stars
 (2,381 stars)
PR merge metrics
 (PR metrics pending)

説明

Feature Description

For now it takes extremely long time to compile test wrappers. Making this procedure faster can significantly boost our developing progress.

This is likely caused by compiling every possibly used templates for all tasks at the same time, while only small parts of them are actually used. Meanwhile, the use of torch lib is not necessary. We should separate wrappers and only compile ones that are used, and we may also want to write our own ground truth functions for each kernel to test.

コントリビューターガイド