mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix typos
This commit is contained in:
committed by
Charles Schlosser
parent
fd98cc49f1
commit
c593e9e948
@@ -136,7 +136,7 @@ class UniformRandomGenerator {
|
||||
// thread but for SYCL ((CLOCK * 6364136223846793005ULL) + 0xda3e39cb94b95bdbULL) is passed to each thread and each
|
||||
// thread adds the (global_thread_id* 6364136223846793005ULL) for itself only once, in order to complete the
|
||||
// construction similar to CUDA Therefore, the thread Id injection is not available at this stage.
|
||||
// However when the operator() is called the thread ID will be available. So inside the opeator,
|
||||
// However when the operator() is called the thread ID will be available. So inside the operator,
|
||||
// we add the thrreadID, BlockId,... (which is equivalent of i)
|
||||
// to the seed and construct the unique m_state per thead similar to cuda.
|
||||
m_exec_once = false;
|
||||
|
||||
Reference in New Issue
Block a user