'이론 관련/컴퓨터 관련'에 해당되는 글 82건

  1. 2024.03.21 radix 4 - fp4
  2. 2024.03.16 1.58bit
  3. 2024.03.13 gps kalman
  4. 2024.02.15 db 식별/비식별 관계
  5. 2023.08.25 ffb - force feedback
  6. 2023.08.23 vRAN
  7. 2023.02.27 cordic (coordinate rotation digital computer)
  8. 2022.10.19 tlv
  9. 2022.10.17 DR - Disaster Recovery Plan
  10. 2022.06.02 SLP - Superword Level Parallelism

`fp4 라는게 어떤 구조인지 궁금해서 찾아보는데

radix 4 라서 결국에는 fp16과 range는 동일하지만 정밀도가 낮아지는 것 같다.

 

1 1/4 1/16 1/64 1/256 1/1024 1/4096 1/16384 1/65536
1 0.25 0.0625 0.015625 0.00390625 0.0009765625 0.0002441406 0.0000610352



[링크 : https://t.hi098123.com/IEEE-754] // 온라인 계산기

The authors propose novel techniques to enable 4-bit (floating-point) quantized training for DNN training. The first technique is radix-4 fp4, which is a 1-3-0 (sign-exponent-mantissa) representation. 

[링크 : https://proceedings.neurips.cc/paper/2020/file/13b919438259814cd5be8cb45877d577-Review.html]


In the system with radix 13, for example, a string of digits such as 398 denotes the (decimal) number 3 × 132 + 9 × 131 + 8 × 130 = 632

[링크 : https://en.m.wikipedia.org/wiki/Radix]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

1.58bit  (0) 2024.03.16
gps kalman  (0) 2024.03.13
db 식별/비식별 관계  (0) 2024.02.15
ffb - force feedback  (0) 2023.08.25
vRAN  (0) 2023.08.23
Posted by 구차니

 

log2(3) = 1.58 이라고

 

그나저나 +1 -1 0 으로 곱셈을 사실상 덧셈으로 처리하게 하다니

회로 복잡도가 어마어마 하게 낮아질듯

[링크 : https://endplan.ai/양자화-quantization-1-58bit/]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

radix 4 - fp4  (0) 2024.03.21
gps kalman  (0) 2024.03.13
db 식별/비식별 관계  (0) 2024.02.15
ffb - force feedback  (0) 2023.08.25
vRAN  (0) 2023.08.23
Posted by 구차니

GPS 값은 원체 튀다보니

그걸 가공없이 쓰면 추정이 불가능한데

kalman 필터를 적용해서 선형적으로 이동하는 것으로 보정이 가능하다.

 

[링크 : https://youtu.be/ZYexI6_zUMk?si=eDcBHxIn39Tq3gXl]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

radix 4 - fp4  (0) 2024.03.21
1.58bit  (0) 2024.03.16
db 식별/비식별 관계  (0) 2024.02.15
ffb - force feedback  (0) 2023.08.25
vRAN  (0) 2023.08.23
Posted by 구차니

대부분 외래키로 배워와서.. 비식별 관계로 하면 되는구나..

그런데 식별관계 처럼 쓰는 경우는 도대체 머지? 감이 안온다.

식별관계 - 부모 테이블의 기본키/유니크 키를 자식 테이블의 기본키로 사용하는 관계
비식별 관계 -  부모 테이블의 기본키/유니크 키를 외래 키로 사용하는 관계

[링크 : https://deveric.tistory.com/108]

 

erdcloud 사용법 관련

[링크 : https://inpa.tistory.com/entry/ERD-CLOUD-☁%EF%B8%8F-ERD-다이어그램을-온라인에서-그려보자]

[링크 : https://blog.naver.com/sssang97/222808912681]

[링크 : https://velog.io/@lkm021/database007]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

1.58bit  (0) 2024.03.16
gps kalman  (0) 2024.03.13
ffb - force feedback  (0) 2023.08.25
vRAN  (0) 2023.08.23
cordic (coordinate rotation digital computer)  (0) 2023.02.27
Posted by 구차니

 

 

[링크 : https://learn.microsoft.com/en-us/windows/uwp/gaming/racing-wheel-and-force-feedback]

 

$ apt-cache search fftest
joystick - set of testing and calibration tools for joysticks

[링크 : https://www.kernel.org/doc/html/v4.12/input/ff.html]

 

[링크 : https://github.com/tloimu/adapt-ffb-joy]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

gps kalman  (0) 2024.03.13
db 식별/비식별 관계  (0) 2024.02.15
vRAN  (0) 2023.08.23
cordic (coordinate rotation digital computer)  (0) 2023.02.27
tlv  (0) 2022.10.19
Posted by 구차니

Virtualized radio area network

intel에서 xeon에 넣어서 판다고 광고를 해대서 먼가~ 하고 찾아봄

radio area network라면서 5G 기지국을 만드는 것 처럼 보이는데, 일종의 SDR 가속 기능 같기도 하고...

 

[링크 : https://www.intel.com/content/www/us/en/products/docs/processors/network/4th-gen-xeon-scalable-vran.html]

 

Software-Defined Virtualized RAN (vRAN)
Radio Access Network (RAN) 

[링크 : https://www.parallelwireless.com/products/software-defined-virtualized-ran/]

 

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

db 식별/비식별 관계  (0) 2024.02.15
ffb - force feedback  (0) 2023.08.25
cordic (coordinate rotation digital computer)  (0) 2023.02.27
tlv  (0) 2022.10.19
DR - Disaster Recovery Plan  (0) 2022.10.17
Posted by 구차니

참.. 구시대적인 약어라고 해야하나

coordinate rotation digital computer

좌표계 회전 디지털 컴퓨터 라고 번역을 해야 할 것 같긴한데

 

cordic 알고리즘은 수치 연산에 대한 대부분을 최소한의 하드웨어 로직을 통해 구현 가능하도록 해준다고 한다.

덧셈 뺄셈 나눗셈 sin() cos() 등등등.. 고정 소수점 연산도 가능하다는 듯

[링크 : https://en.m.wikipedia.org/wiki/CORDIC]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

ffb - force feedback  (0) 2023.08.25
vRAN  (0) 2023.08.23
tlv  (0) 2022.10.19
DR - Disaster Recovery Plan  (0) 2022.10.17
SLP - Superword Level Parallelism  (0) 2022.06.02
Posted by 구차니

tlv

 

http://www.ktword.co.kr/test/view/view.php?m_temp1=3739

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

vRAN  (0) 2023.08.23
cordic (coordinate rotation digital computer)  (0) 2023.02.27
DR - Disaster Recovery Plan  (0) 2022.10.17
SLP - Superword Level Parallelism  (0) 2022.06.02
digital twin  (0) 2022.04.13
Posted by 구차니

이번 카카오 사태에 갑자기 뜬(?) 용어

HA까지만 알았는데 DR은 솔찍히 첨 듣는다.

 

[링크 : https://en.wikipedia.org/wiki/Disaster_recovery]

[링크 : https://en.wikipedia.org/wiki/Business_continuity_planning]

[링크 : https://m.blog.naver.com/kkson50/120147495464]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

cordic (coordinate rotation digital computer)  (0) 2023.02.27
tlv  (0) 2022.10.19
SLP - Superword Level Parallelism  (0) 2022.06.02
digital twin  (0) 2022.04.13
current loop to rs232  (0) 2021.10.22
Posted by 구차니

gcc에서 vectorize  옵션을 통해 빌드 하는데

-fopt-info-vec-all -O3 -mavx

 

메시지들 중에서 SLP 라는 용어 발견

note: ===vect_slp_analyze_bb===

note: Final SLP tree for instance:
note: Build SLP for varname = 900;
note: Build SLP failed: unrolling required in basic block SLP

note: vectorizing stmts using SLP.

 

gcc 메뉴얼에도 SLP 어쩌구는 나오는데 약어가 안나온다.

2011-10-23
  1. Vectorization of reduction in loop SLP. Both multiple reduction cycles and reduction chains are supported.
  2. Various basic block vectorization (SLP) improvements, such as better data dependence analysis, support of misaligned accesses and multiple types, cost model.

[링크 : https://gcc.gnu.org/projects/tree-ssa/vectorization.html#using]

 

Superword-Level Parallelism (SLP) vectorizer

[링크 : https://rcor.me/papers/cgo19snslp.pdf]

 

Superword level parallelism (SLP) is an advanced method of traditional vectorization that facilitates parallelism across loop iterations, SIMD, and basic blocks. Vectorization in this context is the process used to complete several similar tasks (or instructions) simultaneously, therefore saving processing time and resources.

[링크 : https://www.webopedia.com/definitions/superword-level-parallelism/]

'이론 관련 > 컴퓨터 관련' 카테고리의 다른 글

tlv  (0) 2022.10.19
DR - Disaster Recovery Plan  (0) 2022.10.17
digital twin  (0) 2022.04.13
current loop to rs232  (0) 2021.10.22
usb dwc  (0) 2021.09.23
Posted by 구차니