<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>wrongwrongwrongwrong163377</author_name>
  <author_url>https://blog.hatena.ne.jp/wrongwrongwrongwrong163377/</author_url>
  <blog_title>wrongwrongな開発日記</blog_title>
  <blog_url>https://wrongwrong163377.hatenablog.com/</blog_url>
  <categories>
    <anon>c/c++</anon>
    <anon>OpenMP</anon>
  </categories>
  <description>講義で作ったOpenMPとAVX2命令を使って4096x4096の行列積を計算するプログラムです。そのまま並列化しろという内容だったので最適化はちゃんとしていませんが、折角作ったので公開しておきます。 ソースコード #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; #include &lt;time.h&gt; #include &lt;omp.h&gt; #include &lt;immintrin.h&gt; #define SIZE 4096 void MatrixMul_1_ST(double *A, double *B, double *C) { //シングルスレッドSIMD無し int i…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwrongwrong163377.hatenablog.com%2Fentry%2F2018%2F08%2F06%2F222747&quot; title=&quot;【c/c++】AVX2を使った行列積を計算するプログラム - wrongwrongな開発日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-08-06 22:27:47</published>
  <title>【c/c++】AVX2を使った行列積を計算するプログラム</title>
  <type>rich</type>
  <url>https://wrongwrong163377.hatenablog.com/entry/2018/08/06/222747</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
