Skip to content

Commit

Permalink
Fixed reference to record_ts.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DoeringChristian committed Dec 4, 2024
1 parent b808415 commit cfddef6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/record_ts.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ extern const char *op_type_name[(int) OpType::Count];

/**
* Represents an operation that was recorded by a \ref RecordThreadState. To
* record and operation, we refer to the `reduce_dot` example at the top of this
* file.
* record and operation, we refer to the `reduce_dot` example at the top of the
* record_ts.cpp file.
*/
struct Operation {
OpType type;
Expand Down Expand Up @@ -437,8 +437,8 @@ struct RecordThreadState : ThreadState {
~RecordThreadState() {}

/**
* Adds an input of the recording. It adds the slot of that variable to
* the \ref Recording.inputs vector, and adds a index to it to the
* Adds an input of the frozen function. It adds the slot of that variable
* to the \ref Recording.inputs vector, and adds an index to it to the
* ``inputs`` field in the Recording. This function should only be called as
* part of the ``jitc_freeze_start`` function.
*/
Expand Down

0 comments on commit cfddef6

Please sign in to comment.