issues Search Results · repo:libocca/occa language:C++
Filter by
348 results
(115 ms)348 results
inlibocca/occa (press backspace or delete to remove)occa::memory::hasSeparateMemorySpace() is true when using properties[ host ] = true;
stgeke
- 1
- Opened on Aug 28, 2024
- #764
The linking fails, perhaps due to -F
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/Metal.framework
/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/System/Library/Frameworks/CoreServices.framework ...
barracuda156
- Opened on Jul 27, 2024
- #763
Starting from rocm 5.4.3, hipcc no longer recognize the hipcc source -o binary command.
[ylan@login07.frontier 01_add_vectors]$ LD_PRELOAD=../../../lib/libocca.so ./main --verbose --device hip
Loading ...
bug
HIP
JIT
yslan
- 10
- Opened on Jul 20, 2024
- #760
@kris-rowe Kris, could you please take a look?
Looks like the code from https://github.com/libocca/occa/pull/730 does not work correctly in some cases:
In file included from /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_devel_libocca/libocca/work/occa-2.0.0/src/occa/internal/modes/opencl/kernel.hpp:6, ...
barracuda156
- 13
- Opened on Jun 4, 2024
- #759
Suggested fix:
namespace occa {
template class T
occa::memory memoryPool::reserve(const dim_t entries) {
if (std::is_void T ::value) return reserve(entries, occa::dtype::byte);
return reserve(entries, ...
bug
runtime
stgeke
- 1
- Opened on May 2, 2024
- #753
Hello, My team currently testing a new OKL transpiler based on clang frontend against different libraries that using
OCCA.
We have found the bug in legacy OKL preprocessor. Input :
#define MYSTR my_fn_ ...
bug
OKL
parser
IuriiKobein
- Opened on Mar 29, 2024
- #750
The current implementation uses modeMemory for both the new and old pool. While this method allows for fast data
copying, it also results in high memory usage. This can be tricky in cases where we re running ...
feature
runtime
stgeke
- 1
- Opened on Mar 25, 2024
- #748
Following the recent change to occa::memory::size() the following program:
#include occa.hpp
int main(const int argc, const char **argv) {
occa::device device({{ mode , Serial }});
size_t Nentries ...
bug
runtime
noelchalmers
- Opened on Mar 22, 2024
- #747
Todo
- [ ] Remove include/occa/defines/compiledDefines.hpp when make clean is called
- [ ] Remove include/occa/defines/compiledDefines.hpp from .gitignore
beginner
build
tech debt
kris-rowe
- Opened on Mar 18, 2024
- #745
I just did a git pull on origin/master and now I am at commit 3cba0841b2b87678da53e0b311cb7e162d781181.
I cleaned my build area, did cmake configure / generate as usual. My cmake configuration is unchanged ...
pdhahn
- 2
- Opened on Mar 17, 2024
- #744
![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.