Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
qinatan committed Oct 20, 2023
1 parent ab01538 commit 60571c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/linear_solver.cu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct SolveDevice{
size_t x_column_counts_;
size_t nLij_Lii_size_;
size_t nUij_Uii_size_;
}
};
namespace micm{
namespace cuda{
__global__ void SolveKernel(SolveDevice* device)
Expand Down

0 comments on commit 60571c6

Please sign in to comment.