boas

↗ HN profile [ 120 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. When the immune system encounters a new antigen, it needs to make a decision about whether to attack, or to ignore. Making the correct decision is important for fighting infections, killing cancer cells, and avoiding…

  2. I just discovered that MSVC++ can automatically run each iteration of a loop in parallel in separate threads. Add "#pragma loop(hint_parallel(8))" and "#pragma loop(ivdep)" before the loop, and compile with the /Qpar…