Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvegrod committed Sep 3, 2024
1 parent 826f106 commit 9550de7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/src/api.MD
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Order = [:type]
```


## Functions -- additional to standard `AbstractArray` functionality
## Functions
#### Index
```@index
Order = [:function, :macro]
Expand Down
12 changes: 6 additions & 6 deletions docs/src/examples.MD
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Examples

```@contents
Pages = ["examples/memcopyCellArray3D.md"]
```
<!-- ```@contents -->
<!-- Pages = ["examples/memcopyCellArray3D.md"] -->
<!-- ``` -->

```@contents
Pages = ["examples/memcopyCellArray3D_ParallelStencil.md"]
```
<!-- ```@contents -->
<!-- Pages = ["examples/memcopyCellArray3D_ParallelStencil.md"] -->
<!-- ``` -->
1 change: 0 additions & 1 deletion src/methodologies/.#roofline.jl

This file was deleted.

1 change: 0 additions & 1 deletion src/methodologies/roofline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ function rooflineMacroParse(x::Expr, ctx::Context)::Expr
elseif arg.args[1] == Symbol("target_opint")
#TODO
elseif arg.args[1] == Symbol("target_ratio")
@warn "LOL"
target_ratio = eval(arg.args[2])
@show target_ratio, arg.args[2]
elseif arg.args[1] == Symbol("membw_peak")
Expand Down

0 comments on commit 9550de7

Please sign in to comment.