-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mirの基本操作追加 #183
base: master
Are you sure you want to change the base?
mirの基本操作追加 #183
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #183 +/- ##
==========================================
+ Coverage 97.27% 97.39% +0.11%
==========================================
Files 40 42 +2
Lines 2203 2299 +96
==========================================
+ Hits 2143 2239 +96
Misses 60 60
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -22,6 +22,9 @@ static: | |||
PackageInfo("asdf_usage"), | |||
PackageInfo("libdparse_usage"), | |||
PackageInfo("vibe-d_usage", ["windows-x86_omf-", "linux-x86-", "osx-x86-"]), | |||
// ldc2は以下Issueが原因でx86では動作しないため除外 | |||
// https://github.com/libmir/mir-algorithm/issues/461 | |||
PackageInfo("mir_usage", ["linux-x86-ldc"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PackageInfo("mir_usage", ["linux-x86-ldc"]) | |
PackageInfo("mir_usage", ["linux-x86-ldc"]), |
mirの基本操作まとめました。
mapとか演算系やnorm計算とかのコンテンツ不足感はありますが、一旦素案としては出せる内容揃えたつもりなのでマージしたいです。
あとBLASの依存関係を一般には除外すべきかと思われるのと、CIでは対象にしたい、というのが課題です。