Skip to content

Commit

Permalink
Update xprof.sh.erb.in (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
TApplencourt authored Jul 10, 2023
1 parent 5f5a17b commit b765471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xprof/xprof.sh.erb.in
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ preload_lib_tracers() {
thapi_export OMP_TOOL_LIBRARIES $libdir/libTracerOMPT.so
<% end %>
<% if languages.include?("cl") %>
<%= print_loader_logic("cl","libOpenCL","libTracerOpenCL")%>
<%= print_loader_logic("opencl","libOpenCL","libTracerOpenCL")%>
<% end %>
<% if languages.include?("ze") %>
if [ $profile = true ]; then
Expand Down

0 comments on commit b765471

Please sign in to comment.