Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
63 views

I want to compile and run openCL programs to do some parallel computing on my mobile device s24fe(Exynos2400e) I tried to compile clinfo but it always returns 0 in no of devices I tried various ...
Lakshit Karsoliya's user avatar
0 votes
0 answers
53 views

I have an environment with TensorFlow 2.17 and ROCm (AMD GPU). I am having an issue where the loss becomes NaN always after batch 120 and then resumes calculations in the next epoch up to batch 120. I ...
Shadowpulse's user avatar
1 vote
0 answers
112 views

Very similar to this issue. I want to test the AMD profiling "Radeon Developer Panel" tool (v3.2.0.18) using the Vulkan vkcube test application. The connection is established (green light), ...
unvarnished's user avatar
0 votes
0 answers
102 views

I am using Keydb for caching with data persistence (RDB persistence with allkeys-lfu eviction policy and maxmemory as 10GB with flash storage driver). I have restarted the keydb about 30 minutes ago ...
Krishna Chalise's user avatar
2 votes
0 answers
109 views

I have a very simple 3D in-place FFT transform code with FFTW and openmp multi-thread support. I tried to get the best performance in a linux machine (Ubuntu with AMD Genoa CPUs -2 sockets). I built ...
readonly's user avatar
1 vote
0 answers
2k views

I am simply trying to run a simple code in PyTorch and I have tried installing/uninstalling the right package multiple times. System: Ubuntu 22.04 | GPU: Radeon 5450 | Environment: Anaconda-2023.09 | ...
afsara_ben's user avatar
0 votes
0 answers
108 views

I'm sure I provoke it somehow, but may be somebody knows what causes it and how to deal with it. The only practical problem I have now is that I cannot find my own threads because the number of these ...
dev_null's user avatar
  • 2,007
1 vote
1 answer
254 views

I have a problem with calling a global kernel function. It doesn't seem to work for me. I downloaded hip 6.1 and created AMD HIP 6.1 Runtime (Matrix Transpose sample project). I have checked ...
Jaja Jeje's user avatar
0 votes
0 answers
745 views

I've been searching for this problem for a long time now. Btw, I'm using an RX570 4gb Sapphire Pulse GPU and there are some guides on how to install zluda with SDNext but I believe that does not apply ...
Jhon Philip Guiang's user avatar
0 votes
1 answer
199 views

I do computing with one fortran program and I have two machines: one with an Intel Xeon E5-2670 (Linux Mint 21.2 x86_64, Kernel: 5.15.0-86-generic) and the other with an AMD 7700X (Linux Mint 21.3 ...
DJNZ's user avatar
  • 141
2 votes
1 answer
776 views

I am trying to install Python packages, like lietorch or pytorch-scatter with AMD support. I download the repository, git clone --recursive https://github.com/repo If I just try to install the ...
quaqui's user avatar
  • 51
1 vote
1 answer
8k views

could someone help me out with my Pytorch installation? My device currently uses Windows OS and an AMD GPU. However, the Pytorch installation does not support Windows OS with ROCm combination. Only ...
burplePixel's user avatar
0 votes
0 answers
133 views

Background. I am the author of an application that emulates a Tandy Color Computer (Motorola 6809). This app has been stable for five years. Lately I have noticed some strange CPU boosting issues ...
Walter ZAMBOTTI's user avatar
1 vote
1 answer
222 views

I start with the question, in case somebody can say something without going through the whole post: What is the easiest way to start programming with a Radeon Pro VII in C++ in Windows? And for anyone ...
Guillermo Benito's user avatar
0 votes
1 answer
3k views

Whenever I start my PC AMD software host application pop-up appears.I have disabled it in the startup apps in task manager still it pop ups everytime I start my PC . Everytime I have to manually close ...
probin's user avatar
  • 1
0 votes
0 answers
395 views

I've been trying for about two days to compile clang-llvm for amd gcn and I'm stuck. My goal here is to be able to compile a hip program using the triple amdgcn-amd-amdhsa. I cloned the project (llvm ...
The Noderinator's user avatar
2 votes
1 answer
132 views

amd instruction set spec said: IMAGE_SAMPLE_D_CL_O SAMPLE_O, with LOD clamp specified in shader, with user derivatives. IMAGE_SAMPLE_D_CL sample texture map, with LOD clamp specified in shader, with ...
Lucas's user avatar
  • 67
1 vote
0 answers
849 views

Deepspeed fails to offload operations to the CPU, like I thought it should do when it runs out of GPU memory. I guess I have some setting wrong. When the batch size is increased it gives an error like ...
paragon00's user avatar
0 votes
0 answers
163 views

I'm trying to import SheetJS Library to SuiteScript and read "xlsx" file data. I follow the SheetJS tutorial step, like this:https://docs.sheetjs.com/docs/demos/cloud/netsuite/ After upload ...
tony2921's user avatar
0 votes
2 answers
60 views

I created a class of youtube api because I need it in multiple files but when I trying to access the getPlayerState() then its giving me error of that it is not a function but when I console.log I see ...
Rohit -'s user avatar
  • 79
2 votes
0 answers
184 views

I'm optimizing a critical part of my program. the algorithm basicly iterating part of rows of a matrix(M) and apply H += alpha * M[x] the matrix(M) is 8MB in size and i'm only iterating first quarter ...
user2669704's user avatar
16 votes
1 answer
24k views

I've found the(?) github repository for UMD and it comes with this description (emphasis mine): UMD (Universal Module Definition) patterns for JavaScript modules that work everywhere. ... This ...
Daniel Kaplan's user avatar
4 votes
1 answer
3k views

In my project using the Vite bundler, I have the two legacy AMD libraries azure-devops-extension-api and azure-devops-extension-sdk, but Vite only supports ESM modules. The means that if I in a ...
maasha's user avatar
  • 2,004
0 votes
1 answer
128 views

We are using Webpack 5 to build small micro apps within a bigger web app using amd as libraryTarget to deploy things independently. I wanted to refactor some code within a micro app to use web workers ...
Simon Jentsch's user avatar
0 votes
1 answer
576 views

With RequireJS, you can do something like: define(['a', 'b', 'c'], function(a, b, c) { console.log(arguments); } Is it possible to do something similar for an ES6 module? Ex: import a from 'a.js'...
kenavuen's user avatar
0 votes
1 answer
262 views

My Project structure looks like this - src |- main.js |- math.js math.js is just an AMD module and I am requiring it in main.js I have installed require.js using npm and requiring it in main.js //...
Stack's user avatar
  • 539
3 votes
0 answers
298 views

I'm developing an Azure DevOps extension and for that I must use packages azure-devops-extension-sdk and azure-devops-extension-api. I'm using svelte with typescript and when I'm trying to import the ...
Joco's user avatar
  • 31
0 votes
1 answer
615 views

As part of the preparation for the "Asynchronous Module Loading" enablement in FLP, one of its prerequisites is making sure that no eval call is triggered due to the HTML document being ...
Boghyon Hoffmann's user avatar
3 votes
1 answer
5k views

The "Browser Settings" section from the "Site Settings" page of the launchpad in SAP Build Work Zone has now enabled the "Asynchronous Module Loading" by default for new ...
Boghyon Hoffmann's user avatar
1 vote
1 answer
428 views

Given: sap.ui.define([ // in my/ModuleA.js // "...", "./ModuleB", ], function (/*...,*/ModuleB) { // ... ModuleB is undefined here return/*...*/; }); sap.ui....
Boghyon Hoffmann's user avatar
0 votes
1 answer
31 views

I have compiled some TypeScript from a single Engine.ts file, which I could easily access from JavaScript afterwards. Engine.ts class BaseObject { } class ExtendedObject extends BaseObject { ...
user3294236's user avatar
1 vote
0 answers
317 views

I am trying to use webpack to bundle a few libraries into my typescript suitelet. Netsuite expects suitescripts to follow amd modules pattern. If I use tsc tocompile my suitelet, I get correct syntax ...
SWilk's user avatar
  • 3,506
1 vote
0 answers
1k views

Why require.js keep giving me script error without reason? I'm using require.js right now, I'm using amd and let typescript help me to put all compiled file into one File named 'index.js', but I'm ...
Cflowe Visit's user avatar
0 votes
0 answers
364 views

I am working on a legacy project which uses RequireJs to load and resolve all the dependencies. It works fine on modern browsers, but i need to add support for IE11. I tried to use babel 7 with @babel/...
ASHUTOSH PAL's user avatar
0 votes
1 answer
58 views

I have a third-party Javascript module that is done in AMD way. I do not have typing file (type.d) for it nor I can create the typing file. But I need to use the module in one of the typescript How ...
user3048027's user avatar
0 votes
1 answer
344 views

I understand eval string-to-function is impossible to use on the browsers' application programming interfaces, but there must be another strategy to use third party dependencies without node.js on v8 ...
Nick Carducci for Carface Bank's user avatar
0 votes
1 answer
323 views

I am creating a custom plugin in Moodle and I have successfully integrated Chart.js. It works perfectly in my development environment when the cache is disabled. But when I turn on my cache, the below ...
i am batman's user avatar
1 vote
0 answers
129 views

i am running an app in aspnetcore which uses plain js files for the view part, in this case is a legacy app using : jquery Requirejs with AMD modules Durandal (now aurelia) which enforces the use of ...
jkone27's user avatar
  • 183
1 vote
1 answer
913 views

Unfortunately, my fragment page won't open. Trying to open a select dialogue (fragment with table) after a button press. Here is the error: formatter function sap.f....
ElAntonio20's user avatar
0 votes
1 answer
94 views

I am migrating/converting my test utilities project to ES6. I am using "@types/qunit": "^2.0.31" version to execute async test cases. All went well before conversion but after ...
Aamir's user avatar
  • 365
0 votes
1 answer
160 views

I'm trying to setup a Mocha testing framework using JSDom with RequireJS. Because I'm running the test on node instead of using a browser (since I'm using JSDom), all the non AMD modules doesn't seem ...
Arthur's user avatar
  • 9
0 votes
1 answer
712 views

I have a new package to add to my build for a React SPA. I'm using package.json, webpack 3.x and npm. The instructions for the package are: To use the library locally without publishing to a remote ...
smartblonde's user avatar
0 votes
0 answers
96 views

My project workspace looks something like this. Modules |--> Src | |--> Application | | |--> Application.js | |--> Home | | |--> Home.js | |--> Utils | | ...
Sohan Kumar's user avatar
1 vote
2 answers
327 views

I'm trying to transpile ES6 files to ES5 by using Babel. These output files are being used by RequireJS (Magento 2) and I'm stuck on one issue. Configuration for Babel: const presets = [ [ ...
Daniel V.'s user avatar
  • 341
0 votes
1 answer
1k views

i'm using next version 10.0.1, and react 17.0.2, When i'm trying build my next app, i get an error: ReferenceError: define is not defined at Object.<anonymous> (/Users/***/Desktop/gm/toesim-...
Nikls324's user avatar
5 votes
1 answer
199 views

In my project, there is a custom third-party library (a single build file), which they have created using a couple of non-AMD and AMD files. And most of the properties are exposed directly to window ...
Asish AP's user avatar
  • 4,441
0 votes
1 answer
212 views

I'm working on my Chrome extension and I want to add typescript to my project. So far I've been able to build my app without any compile/runtime errors (using require.js) this way: tsconfig-bg.json (...
Axel Productions 86's user avatar
0 votes
1 answer
659 views

I'm trying to use ngx-extended-pdf-viewer in an Angular project that uses amd.min.js as an dependency. If I remove amd as an dependency it's working fine. But sadly I can't remove it as, a lot of ...
Bal Krishna Jha's user avatar
1 vote
0 answers
311 views

I am working in a implementation of monaco editor. Everything works good but in the console appears the next warning: [Violation] 'requestAnimationFrame' handler took 50ms and marks that line: /**...
jircdeveloper's user avatar

1
2 3 4 5
31