Skip to content

Remaining Thread Scaling Issues #94

@jw1912

Description

@jw1912

At the moment Monty regresses in speed beyond somewhere in the region of 64-128 threads.

The main remaining source of contention is in updating node statistics:

  • A thread writes to every node statistic on its selection path in backpropagation on each iteration
  • So each thread on each of its iterations is writing to the root node (+ much overlap on nodes near the root)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions