Skip to content
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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

mirの基本操作追加 #183

wants to merge 8 commits into from

Conversation

lempiji
Copy link
Member

@lempiji lempiji commented Feb 11, 2023

mirの基本操作まとめました。
mapとか演算系やnorm計算とかのコンテンツ不足感はありますが、一旦素案としては出せる内容揃えたつもりなのでマージしたいです。

あとBLASの依存関係を一般には除外すべきかと思われるのと、CIでは対象にしたい、というのが課題です。

@codecov-commenter
Copy link

Codecov Report

Merging #183 (68548b0) into master (e0db37f) will increase coverage by 0.11%.
The diff coverage is 100.00%.

❗ Current head 68548b0 differs from pull request most recent head 1ee4935. Consider uploading reports for the commit 1ee4935 to get more accurate results

📣 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              
Impacted Files Coverage Δ
thirdparty/mir/source/mir_usage/slice_common.d 100.00% <100.00%> (ø)
thirdparty/mir/source/mir_usage/slice_matrix.d 100.00% <100.00%> (ø)

📣 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"])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
PackageInfo("mir_usage", ["linux-x86-ldc"])
PackageInfo("mir_usage", ["linux-x86-ldc"]),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants