Skip to content

Commit

Permalink
minor update to trigger a CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
motus committed Nov 10, 2018
1 parent d2a9ba8 commit 164b4ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TorchSharp/Raw/Lapack.generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace TorchSharp.Raw {

// High-performance linear algebra operations.
internal static class Lapack {

// Solve AX=B
Expand Down
1 change: 1 addition & 0 deletions TorchSharp/Raw/Lapack.tt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ using System.Runtime.InteropServices;

namespace TorchSharp.Raw {

// High-performance linear algebra operations.
internal static class Lapack {
<#
foreach (var type in TorchTypeDef.Types) {
Expand Down

0 comments on commit 164b4ee

Please sign in to comment.