Skip to content

Commit

Permalink
fix link (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghenshui authored Oct 28, 2024
1 parent 62f69d7 commit 90d0ab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posts/170.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ qq群 [点击进入](https://qm.qq.com/q/6NGizNPyG4) 满了加这俩 729240657 8

## 文章

### On designing Tenseur, A C++ tensor library with lazy evaluation https://istmarc.github.io/post/2024/10/27/on-designing-tenseur-a-c-tensor-library-with-lazy-evaluation/
### [On designing Tenseur, A C++ tensor library with lazy evaluation](https://istmarc.github.io/post/2024/10/27/on-designing-tenseur-a-c-tensor-library-with-lazy-evaluation/)

这个人写了个类似eigen的库,介绍他的设计原理。其实主要是表达式模版,这里举一个例子

Expand Down Expand Up @@ -143,7 +143,7 @@ operator+(VecExpression<E1> const& u, VecExpression<E2> const& v) {



### 教你 require用法 https://www.think-cell.com/en/career/devblog/if-constexpr-requires-requires-requires
### [教你 require用法 ](https://www.think-cell.com/en/career/devblog/if-constexpr-requires-requires-requires)

基本,require concept
```c++
Expand Down Expand Up @@ -235,7 +235,7 @@ using unordered_string_map = std::unordered_map<

咱们说过挺多次了

### Zero or sign extend https://fgiesen.wordpress.com/2024/10/23/zero-or-sign-extend/
### [Zero or sign extend ](https://fgiesen.wordpress.com/2024/10/23/zero-or-sign-extend/)

讨论一种场景,无符号数/有符号数的扩展问题,比如给你一个11位的数字,你给扩展到32位

Expand Down

0 comments on commit 90d0ab4

Please sign in to comment.