Alejandro Saucedo
|
672cf22bc1
|
Merge pull request #164 from EthicalML/160_op_memory
Amend memory hierarchy to enable for push constants and functional interface for more flexible operations
|
2021-02-28 17:52:58 +00:00 |
|
Alejandro Saucedo
|
4fddf74ca7
|
Updated examples
|
2021-02-28 17:07:17 +00:00 |
|
Alejandro Saucedo
|
63e220a8a4
|
Reformat
|
2021-02-28 16:02:37 +00:00 |
|
Alejandro Saucedo
|
75315db943
|
Updated ref architecture
|
2021-02-28 15:58:22 +00:00 |
|
Alejandro Saucedo
|
ddb77702ee
|
Updated examples in readme
|
2021-02-28 15:53:09 +00:00 |
|
Alejandro Saucedo
|
38f356fdae
|
Updated python to align with current configuration
|
2021-02-28 14:53:46 +00:00 |
|
Alejandro Saucedo
|
7dc1f35206
|
Added support for push constants
|
2021-02-28 13:59:01 +00:00 |
|
Alejandro Saucedo
|
2834519307
|
Merge pull request #165 from aliPMPAINT/old-state
Test for ShaderResources
|
2021-02-28 11:24:29 +00:00 |
|
aliPMPAINT
|
d08c56b344
|
More accurate name for the last subset(TestNoWhileLoopLimit)
|
2021-02-28 14:33:24 +03:30 |
|
aliPMPAINT
|
042fd163f1
|
Fixes
|
2021-02-28 14:27:50 +03:30 |
|
aliPMPAINT
|
2e923380f1
|
Changed the way Resources are created
|
2021-02-28 13:58:32 +03:30 |
|
aliPMPAINT
|
9a3cbd97cb
|
Made shaderString const static, added another subtest
|
2021-02-28 12:53:36 +03:30 |
|
aliPMPAINT
|
01037ca16a
|
updates ShaderResources Test
|
2021-02-28 12:12:51 +03:30 |
|
Alejandro Saucedo
|
91d3b9a223
|
All python tests pass
|
2021-02-28 07:57:36 +00:00 |
|
Alejandro Saucedo
|
4c4d073b90
|
Python implementation
|
2021-02-27 19:37:31 +00:00 |
|
aliPMPAINT
|
ea4e997531
|
added initial test
|
2021-02-27 20:24:26 +03:30 |
|
Alejandro Saucedo
|
198fb46eb6
|
Fixed integration tests fails due to pipeline not freed
|
2021-02-27 15:28:24 +00:00 |
|
Alejandro Saucedo
|
9d206c304d
|
Update cmakelists to align with required setup
|
2021-02-27 15:14:37 +00:00 |
|
Alejandro Saucedo
|
9788c796a8
|
Updated sequence and sequence tests
|
2021-02-27 14:49:14 +00:00 |
|
Alejandro Saucedo
|
f206c62537
|
Added TensorOpCopy tests
|
2021-02-27 14:49:14 +00:00 |
|
Alejandro Saucedo
|
2b09c551e7
|
Updated testopshaders
|
2021-02-27 14:49:14 +00:00 |
|
Alejandro Saucedo
|
08a5543c5d
|
Removed the brainstorming code in the py file
|
2021-02-27 14:49:14 +00:00 |
|
Alejandro Saucedo
|
7fb1515c93
|
Added TensorOpTensorCreate tests
|
2021-02-27 14:49:13 +00:00 |
|
Alejandro Saucedo
|
fd0f0d3eb4
|
Fixed all OpTensorSync tests
|
2021-02-27 14:49:13 +00:00 |
|
Alejandro Saucedo
|
b3abbf1bb4
|
Added algo executions tests
|
2021-02-27 14:49:13 +00:00 |
|
Alejandro Saucedo
|
3304767f2c
|
Updated to enable for opmult to work
|
2021-02-27 14:49:13 +00:00 |
|
Alejandro Saucedo
|
fb617d1722
|
Initial base set of tests aligned with new interface
|
2021-02-27 14:49:13 +00:00 |
|
Alejandro Saucedo
|
6378583a23
|
Further tests added to new structure
|
2021-02-27 14:49:13 +00:00 |
|
Alejandro Saucedo
|
3f1288271d
|
Working initial base
|
2021-02-27 14:49:12 +00:00 |
|
Alejandro Saucedo
|
f35a62ee9d
|
Updated core initial running test
|
2021-02-27 14:49:12 +00:00 |
|
Alejandro Saucedo
|
635fdb02be
|
Added baseline functionality including new memory models
|
2021-02-27 14:49:12 +00:00 |
|
Alejandro Saucedo
|
9aae5d69db
|
Initial checkpoint with reasonable workflow
|
2021-02-27 14:49:12 +00:00 |
|
Alejandro Saucedo
|
5db9abd06e
|
Merge pull request #163 from aliPMPAINT/master
made changes for include paths for complete installation
|
2021-02-27 14:48:42 +00:00 |
|
aliPMPAINT
|
ff63fe7a2d
|
took the defaultResource outside of the Shader class
|
2021-02-27 11:49:03 +03:30 |
|
aliPMPAINT
|
bb7893bf54
|
updated ingle_include/kompute/Kompute.hpp
|
2021-02-27 11:32:09 +03:30 |
|
aliPMPAINT
|
3cad95c2b6
|
refrence parameter by const refrence, linked tothe original GLSL resources, fixed inlude
|
2021-02-27 11:22:49 +03:30 |
|
aliPMPAINT
|
f60e71dd0b
|
Fixed include paths and added resources parameter to Shader::compile_sources method
|
2021-02-27 10:59:42 +03:30 |
|
aliPMPAINT
|
eafcd04b10
|
included StandAlone/ResourceLimits.h in src/Shader.cpp?
|
2021-02-25 09:46:20 +03:30 |
|
aliPMPAINT
|
c132f90d7d
|
made changes for include paths for complete installation
|
2021-02-24 12:53:11 +03:30 |
|
Alejandro Saucedo
|
149e18a530
|
Merge pull request #159 from EthicalML/158_fmt
Extend non-spdlog print functions to use fmt::format / fmt::print
|
2021-02-21 12:28:24 +00:00 |
|
Alejandro Saucedo
|
7a252a0036
|
Updated spdlog to always use fmt from external in cmake
|
2021-02-21 12:22:51 +00:00 |
|
Alejandro Saucedo
|
f474d21088
|
Updated documentation examples
|
2021-02-21 12:12:16 +00:00 |
|
Alejandro Saucedo
|
29c50e5728
|
Amended SPDLOG_X log functions to be KP_LOG_X
|
2021-02-21 11:51:34 +00:00 |
|
Alejandro Saucedo
|
db6aa3e1e3
|
Added fmt library and updated to print log info by default
|
2021-02-21 11:38:32 +00:00 |
|
Alejandro Saucedo
|
cb79948bb5
|
Merge pull request #154 from EthicalML/glslang_implementation
Glslang implementation for online shader compilation
|
2021-02-21 10:14:50 +00:00 |
|
Alejandro Saucedo
|
82a56b7e85
|
Updated examples to match new shader api
|
2021-02-21 10:06:29 +00:00 |
|
Alejandro Saucedo
|
92f556ff57
|
Added flag to be able to disable shader utilities
|
2021-02-21 09:28:05 +00:00 |
|
Alejandro Saucedo
|
f306bf1042
|
Added docuemntation for shader utilities
|
2021-02-21 09:03:18 +00:00 |
|
Alejandro Saucedo
|
1ae6fddb1f
|
Added documentation
|
2021-02-21 08:26:38 +00:00 |
|
Alejandro Saucedo
|
e62a3e7959
|
Added dark mode on docs
|
2021-02-21 08:02:52 +00:00 |
|