Skip to content

Commit ae5f57b

Browse files
committed
Site updated: 2025-06-14 13:47:58
1 parent a64c646 commit ae5f57b

File tree

10 files changed

+500
-200
lines changed

10 files changed

+500
-200
lines changed

2025/06/14/A1-matmul/index.html

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
var CONFIG = {"hostname":"big-trex.github.io","root":"/LLM-Blog/","scheme":"Pisces","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
2121
</script>
2222

23-
<meta name="description" content="Assignment for A1">
23+
<meta name="description" content="Task 1: MalMul with multi-head variant在 task 1 中,我们要实现两个矩阵相乘的逻辑,我们有以下两个矩阵: A1:一个 3D 的输入张量,形状为 [batch_size, seq_len, hidden_size],batch_size 表示序列的数量,seqlen 表示一个序列的最大长度,hidden_size 表示序列中每一个 token 拥有的维度">
2424
<meta property="og:type" content="article">
2525
<meta property="og:title" content="A1 matmul">
2626
<meta property="og:url" content="https://big-trex.github.io/2025/06/14/A1-matmul/index.html">
2727
<meta property="og:site_name" content="LLM-Assignment-Doc">
28-
<meta property="og:description" content="Assignment for A1">
28+
<meta property="og:description" content="Task 1: MalMul with multi-head variant在 task 1 中,我们要实现两个矩阵相乘的逻辑,我们有以下两个矩阵: A1:一个 3D 的输入张量,形状为 [batch_size, seq_len, hidden_size],batch_size 表示序列的数量,seqlen 表示一个序列的最大长度,hidden_size 表示序列中每一个 token 拥有的维度">
2929
<meta property="og:locale" content="zh_CN">
3030
<meta property="article:published_time" content="2025-06-14T04:57:11.000Z">
31-
<meta property="article:modified_time" content="2025-06-14T05:41:44.652Z">
31+
<meta property="article:modified_time" content="2025-06-14T05:44:41.353Z">
3232
<meta property="article:author" content="DeepEngine">
3333
<meta property="article:tag" content="Mutmal">
3434
<meta property="article:tag" content="Multi-head">
@@ -118,16 +118,6 @@ <h1 class="site-title">LLM-Assignment-Doc</h1>
118118

119119
<a href="/LLM-Blog/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a>
120120

121-
</li>
122-
<li class="menu-item menu-item-about">
123-
124-
<a href="/LLM-Blog/about/" rel="section"><i class="fa fa-user fa-fw"></i>关于</a>
125-
126-
</li>
127-
<li class="menu-item menu-item-categories">
128-
129-
<a href="/LLM-Blog/categories/" rel="section"><i class="fa fa-th fa-fw"></i>分类</a>
130-
131121
</li>
132122
<li class="menu-item menu-item-archives">
133123

@@ -186,11 +176,10 @@ <h1 class="post-title" itemprop="name headline">
186176
<span class="post-meta-item-text">发表于</span>
187177

188178

189-
<time title="创建时间:2025-06-14 12:57:11 / 修改时间:13:41:44" itemprop="dateCreated datePublished" datetime="2025-06-14T12:57:11+08:00">2025-06-14</time>
179+
<time title="创建时间:2025-06-14 12:57:11 / 修改时间:13:44:41" itemprop="dateCreated datePublished" datetime="2025-06-14T12:57:11+08:00">2025-06-14</time>
190180
</span>
191181

192182

193-
<div class="post-description">Assignment for A1</div>
194183

195184
</div>
196185
</header>

2025/06/14/hello-world/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,6 @@ <h1 class="site-title">LLM-Assignment-Doc</h1>
116116

117117
<a href="/LLM-Blog/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a>
118118

119-
</li>
120-
<li class="menu-item menu-item-about">
121-
122-
<a href="/LLM-Blog/about/" rel="section"><i class="fa fa-user fa-fw"></i>关于</a>
123-
124-
</li>
125-
<li class="menu-item menu-item-categories">
126-
127-
<a href="/LLM-Blog/categories/" rel="section"><i class="fa fa-th fa-fw"></i>分类</a>
128-
129119
</li>
130120
<li class="menu-item menu-item-archives">
131121

archives/2025/06/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,6 @@ <h1 class="site-title">LLM-Assignment-Doc</h1>
112112

113113
<a href="/LLM-Blog/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a>
114114

115-
</li>
116-
<li class="menu-item menu-item-about">
117-
118-
<a href="/LLM-Blog/about/" rel="section"><i class="fa fa-user fa-fw"></i>关于</a>
119-
120-
</li>
121-
<li class="menu-item menu-item-categories">
122-
123-
<a href="/LLM-Blog/categories/" rel="section"><i class="fa fa-th fa-fw"></i>分类</a>
124-
125115
</li>
126116
<li class="menu-item menu-item-archives">
127117

archives/2025/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,6 @@ <h1 class="site-title">LLM-Assignment-Doc</h1>
112112

113113
<a href="/LLM-Blog/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a>
114114

115-
</li>
116-
<li class="menu-item menu-item-about">
117-
118-
<a href="/LLM-Blog/about/" rel="section"><i class="fa fa-user fa-fw"></i>关于</a>
119-
120-
</li>
121-
<li class="menu-item menu-item-categories">
122-
123-
<a href="/LLM-Blog/categories/" rel="section"><i class="fa fa-th fa-fw"></i>分类</a>
124-
125115
</li>
126116
<li class="menu-item menu-item-archives">
127117

archives/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,6 @@ <h1 class="site-title">LLM-Assignment-Doc</h1>
112112

113113
<a href="/LLM-Blog/" rel="section"><i class="fa fa-home fa-fw"></i>首页</a>
114114

115-
</li>
116-
<li class="menu-item menu-item-about">
117-
118-
<a href="/LLM-Blog/about/" rel="section"><i class="fa fa-user fa-fw"></i>关于</a>
119-
120-
</li>
121-
<li class="menu-item menu-item-categories">
122-
123-
<a href="/LLM-Blog/categories/" rel="section"><i class="fa fa-th fa-fw"></i>分类</a>
124-
125115
</li>
126116
<li class="menu-item menu-item-archives">
127117

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ pre .javascript .function {
11681168
}
11691169
.links-of-author a::before,
11701170
.links-of-author span.exturl::before {
1171-
background: #c78312;
1171+
background: #f69aaf;
11721172
border-radius: 50%;
11731173
content: ' ';
11741174
display: inline-block;

0 commit comments

Comments
 (0)