∫ntegrabℓε ∂ifferentiαℓs
  • Collections
    Papers Books Tagged posts
  • About

∫ntegrabℓε ∂ifferentiαℓs


unorganised notes, code, and writings of random topics

Using SSE (SIMD extension) in GCC

October 2, 2010 blog code

Simply speaking, SSE is vector processing. The way to do is to declare a vector type in GCC: [more]

The 13 Motifs of Parallel Programming

October 1, 2010 blog code

List of Dwarfs (7 dwarfs, later expanded into 13 motifs): [more]

Kowarschik and Weiss (2003) An Overview of Cache Optimization Techniques and Cache-Aware Numerical Algorithms (LNCS 2625)

October 1, 2010 paper

Data access techniques to optimize code in modern processor: [more]

Lam et al (1991) The Cache Performance and Optimization of Blocked Algorithms (ASPLOS)

September 29, 2010 paper

Blocking/Tiling is a well-known way to make program faster by leveraging the properties of memory hierarchy. [more]

Gude et al (2008) NOX: Towards an Operating System for Networks (CCR)

September 29, 2010 paper

NOX, Network Operating System, is proposing an “OS” layer on top of network hardware. Similar to OS in a computer, it abstracts the network functions into API and user can write “applications” on top of those API to control the network. The idea is to make network management easier by... [more]
‹
›

Adrian S. Tam  •  © 2025  •  CC-BY-SA 4.0 •  http://www.adrian.idv.hk

On a heavily modified beautiful-jekyll theme.