Added various files including security
This commit is contained in:
parent
ddc879d692
commit
17a541706b
3 changed files with 41 additions and 0 deletions
|
|
@ -587,6 +587,8 @@ static const unsigned int shaders_glsl_logisticregression_comp_spv_len = 4816;
|
|||
}
|
||||
#endif // define SHADEROP_SHADERLOGISTICREGRESSION_HPP
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
#if VK_USE_PLATFORM_ANDROID_KHR
|
||||
#include <android/log.h>
|
||||
#include <kompute_vk_ndk_wrapper.hpp>
|
||||
|
|
@ -725,6 +727,8 @@ extern py::object kp_debug, kp_info, kp_warning, kp_error;
|
|||
#endif // KOMPUTE_SPDLOG_ENABLED
|
||||
#endif // KOMPUTE_LOG_OVERRIDE
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
namespace kp {
|
||||
|
||||
/**
|
||||
|
|
@ -1062,6 +1066,8 @@ class TensorT : public Tensor
|
|||
|
||||
} // End namespace kp
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
namespace kp {
|
||||
|
||||
/**
|
||||
|
|
@ -1241,6 +1247,8 @@ class Algorithm
|
|||
|
||||
} // End namespace kp
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
namespace kp {
|
||||
|
||||
/**
|
||||
|
|
@ -1301,6 +1309,8 @@ class OpBase
|
|||
|
||||
} // End namespace kp
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
namespace kp {
|
||||
|
||||
/**
|
||||
|
|
@ -1372,6 +1382,8 @@ private:
|
|||
|
||||
} // End namespace kp
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
namespace kp {
|
||||
|
||||
/**
|
||||
|
|
@ -1426,6 +1438,8 @@ class OpTensorCopy : public OpBase
|
|||
|
||||
} // End namespace kp
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
namespace kp {
|
||||
|
||||
/**
|
||||
|
|
@ -1481,6 +1495,8 @@ class OpTensorSyncDevice : public OpBase
|
|||
|
||||
} // End namespace kp
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
namespace kp {
|
||||
|
||||
/**
|
||||
|
|
@ -1538,6 +1554,8 @@ class OpTensorSyncLocal : public OpBase
|
|||
|
||||
} // End namespace kp
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
namespace kp {
|
||||
|
||||
/**
|
||||
|
|
@ -1600,6 +1618,8 @@ private:
|
|||
|
||||
} // End namespace kp
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
#include <fstream>
|
||||
|
||||
namespace kp {
|
||||
|
|
@ -1649,6 +1669,8 @@ class OpMult : public OpAlgoDispatch
|
|||
|
||||
} // End namespace kp
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
namespace kp {
|
||||
|
||||
/**
|
||||
|
|
@ -1939,6 +1961,8 @@ class Sequence : public std::enable_shared_from_this<Sequence>
|
|||
|
||||
} // End namespace kp
|
||||
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
#include <set>
|
||||
#include <unordered_map>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue