Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
clang compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed Feb 1, 2024
1 parent 5487bf0 commit 87ad3de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SDL/NeuralNetworkWeights.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef NeuralNetworkWeights_cuh
#define NeuralNetworkWeights_cuh

#include <alpaka/alpaka.hpp>

namespace T5DNN {
ALPAKA_STATIC_ACC_MEM_GLOBAL const float bias_0[32] = {
-4.5069356f, -5.8842053f, 1.0793180f, -0.1540973f, -0.4705772f, 6.4027028f, -0.6620818f, -7.0734525f,
Expand Down Expand Up @@ -306,4 +308,4 @@ namespace T5DNN {
};
} // namespace T5DNN

#endif
#endif

0 comments on commit 87ad3de

Please sign in to comment.